aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/logger.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-24Merged revisions 324768 via svnmerge from jrose1-1/+1
2011-06-06Merged revisions 322069 via svnmerge from jrose1-1/+4
2010-12-18Merged revisions 298960 via svnmerge from tilghman1-0/+10
2010-06-08Fix some doxygen warnings.lmadsen1-2/+2
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-7/+7
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-3/+3
2009-05-15Add ability for modules to dynamically register logger levelskpfleming1-0/+31
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-11/+0
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...kpfleming1-12/+1
2009-04-09add a dedicated log channel for modules to be able report security-related ev...kpfleming1-1/+12
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-4/+16
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-8/+5
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman1-0/+4
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argrussell1-2/+2
2008-06-19Detect if the installed gcc version supports the warn_unused_result attribute.tilghman1-2/+2
2008-05-29Adds support for changing logger settingss on remote consoles with a bbryant1-1/+4
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson1-0/+44
2008-05-21This change makes it so that logs will report the correct source of verbose m...mmichelson1-2/+4
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-2/+2
2008-04-23Round 2 of IMAP_STORAGE app_voicemail.c fixes:mmichelson1-5/+48
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-0/+3
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-2/+2
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+3
2007-12-11A lot of doxygen updatesoej1-3/+2
2007-12-06Merged revisions 91366 via svnmerge from oej1-0/+3
2007-11-19revert inclusion of options.hrizzo1-0/+2
2007-11-16logger.h does not need options.hrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-10-13Merged revisions 85533 via svnmerge from russell1-1/+1
2007-09-04logger.h depends on options.h, so go ahead and include itrussell1-0/+1
2007-07-23(closes issue #10192)russell1-2/+31
2007-06-12Put parenthesis around the level argument to ast_debug()russell1-1/+1
2007-06-12Add a new macro, ast_debug(), which combines the check of the value ofrussell1-0/+11
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-3/+3
2006-05-26Fix various problems in the addition of the ability to mute log/verboserussell1-2/+2
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...file1-0/+3
2006-03-31more trailing whitespace and extern removalrizzo1-10/+10
2006-02-26Merged revisions 11165 via svnmerge from tilghman1-0/+1
2005-12-27Bug 5183 - Inline stack backtracestilghman1-0/+2
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-3/+1
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-12/+18
2005-08-25doc updates and copyright header cleanup (issue #5027)kpfleming1-19/+27
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...kpfleming1-0/+6
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-1/+3
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-2/+2
2004-02-12Add queue logging and fix indications bugletmarkster1-0/+3
2004-01-27Add verbose messages to be logged (bug #599)markster1-0/+6