summaryrefslogtreecommitdiff
path: root/include/asterisk/logger.h
AgeCommit message (Expand)Author
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-22Clarify why the AST_LOG_* macros exist next to the LOG_* macros.Walter Doekes
2011-09-28Merged revisions 338253 via svnmerge from Richard Mudgett
2011-06-24Merged revisions 324768 via svnmerge from Jonathan Rose
2011-06-06Merged revisions 322069 via svnmerge from Jonathan Rose
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...Kevin P. Fleming
2009-04-09add a dedicated log channel for modules to be able report security-related ev...Kevin P. Fleming
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-06-19Detect if the installed gcc version supports the warn_unused_result attribute.Tilghman Lesher
2008-05-29Adds support for changing logger settingss on remote consoles with a Brett Bryant
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-21This change makes it so that logs will report the correct source of verbose m...Mark Michelson
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...Tilghman Lesher
2008-04-23Round 2 of IMAP_STORAGE app_voicemail.c fixes:Mark Michelson
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-11A lot of doxygen updatesOlle Johansson
2007-12-06Merged revisions 91366 via svnmerge from Olle Johansson
2007-11-19revert inclusion of options.hLuigi Rizzo
2007-11-16logger.h does not need options.hLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-13Merged revisions 85533 via svnmerge from Russell Bryant
2007-09-04logger.h depends on options.h, so go ahead and include itRussell Bryant
2007-07-23(closes issue #10192)Russell Bryant
2007-06-12Put parenthesis around the level argument to ast_debug()Russell Bryant
2007-06-12Add a new macro, ast_debug(), which combines the check of the value ofRussell Bryant
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-05-26Fix various problems in the addition of the ability to mute log/verboseRussell Bryant
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...Joshua Colp
2006-03-31more trailing whitespace and extern removalLuigi Rizzo
2006-02-26Merged revisions 11165 via svnmerge from Tilghman Lesher
2005-12-27Bug 5183 - Inline stack backtracesTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-25doc updates and copyright header cleanup (issue #5027)Kevin P. Fleming