summaryrefslogtreecommitdiff
path: root/include/asterisk/logger.h
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-09-28logger: Bring back ability to turn debug on by source fileGeorge Joseph
2017-05-08logger: Added logger_queue_limit to the configuration options.George Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-05-14logger: Support JSON logging with Verbose messagesMatt Jordan
2015-08-07ARI: Retrieve existing log channelsScott Emidy
2015-08-07ARI: Creating log channelsScott Emidy
2015-08-06ARI: Deleting log channelsScott Emidy
2015-07-31ARI: Rotate log channels.Benjamin Ford
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2014-07-14logger.h: Extract DEBUG_ATLEAST() to complement VERBOSITY_ATLEAST().Richard Mudgett
2014-06-20Logger: Add manager command 'LoggerRotate' to rotate loggerJonathan Rose
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2013-07-19ARI: Bridge Playback, Bridge RecordJonathan Rose
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2013-02-15Stopped spamming of debug messages during attended transfer.Kevin Harwell
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
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