summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2011-02-08Merged revisions 307092 via svnmerge from Jason Parker
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-12-31Support an alternate configuration file for the 'logger reload' command.Tilghman Lesher
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2010-12-12Add support for several platforms to obtain the real thread ID.Jeff Peeler
2010-09-21Merged revisions 287863 via svnmerge from Russell Bryant
2010-09-20Merged revisions 287639 via svnmerge from Brett Bryant
2010-07-25Merged revisions 279390 via svnmerge from Tilghman Lesher
2010-07-20Separate queue_log arguments into separate fields, and allow the text file to...Tilghman Lesher
2010-06-11Remove lines from the output related to the backtrace itself.Tilghman Lesher
2010-06-10Ensure that 'logger show channels' works properly when wildcards are used in ...Kevin P. Fleming
2010-06-10Merged revisions 269635 via svnmerge from Tilghman Lesher
2010-05-26Merged revisions 266142 via svnmerge from Tilghman Lesher
2010-05-20Correct 'all logger levels' patch to work properly.Kevin P. Fleming
2010-05-19Add ability for logger channels to include *all* levels.Kevin P. Fleming
2010-04-12CLI command logger set level auto complete.Leif Madsen
2010-02-24Merged revisions 248582 via svnmerge from Tilghman Lesher
2009-10-02Initialize a variable that we check immediately upon startup.Tilghman Lesher
2009-08-17Correct the return value check for ast_safe_system.Sean Bright
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-25Move syslog utility functions into a separate file so they can be re-used.Sean Bright
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.Sean Bright
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-28Fix an incorrect call to ast_string_field_free_memory which caused a crash in...Joshua Colp
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming
2009-05-13Two fixes found while debugging with ast_backtrace():Tilghman Lesher
2009-05-08Merged revisions 193193 via svnmerge from Kevin P. Fleming
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-05-02Fix an error in queue_log file rotation optimization codeKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
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-02-16Assist proper thread synchronization when stopping the logger thread.Mark Michelson
2009-01-09Added a comment to logger.c about where to put includesMatthew Nicholson
2009-01-09Use ast_safe_system() in logger.c instead of system()Matthew Nicholson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-07-25minor change to test automergeKevin P. Fleming
2008-07-24Print the correct PID in log messages. Prior toMark Michelson
2008-07-16Fix rotate strategyTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-01use %p to print a pointerLuigi Rizzo
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-03Do a deep copy of file and function strings to avoid a potential crash whenRussell Bryant
2008-05-29Adds support for changing logger settingss on remote consoles with a Brett Bryant