aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
Commit message (Expand)AuthorAgeFilesLines
...
* loggingmanager: Enable debug level for default console logging when 'debug' m...Waqas Hussain2010-05-061-1/+1
* Merge 0.6->0.7Matthew Wild2010-03-221-3/+3
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * loggingmanager: Don't use non-standard format specifier to format the timestamp.Waqas Hussain2010-03-221-1/+1
* | loggingmanager: Trailing whitespaceMatthew Wild2010-02-111-6/+6
|/
* loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment ...Waqas Hussain2009-11-221-0/+6
* loggingmanager: Whitespace fixMatthew Wild2009-10-041-0/+1
* core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* loggingmanager: Log timestamps when using default file loggingMatthew Wild2009-06-191-1/+1
* loggingmanager: Enable debug level for default file logging when 'debug' mode...Matthew Wild2009-06-191-1/+2
* loggingmanager: File log sinks react to reopen-log-files eventMatthew Wild2009-05-051-3/+16
* loggingmanager: Support for specifying a single sink with *sinkname (*syslog ...Matthew Wild2009-05-031-0/+3
* loggingmanager: Add a comment about 'nowhere' sink typeMatthew Wild2009-04-301-0/+1
* loggingmanager: Support prepending timestamps in file/console/stdout log sinksMatthew Wild2009-04-301-2/+29
* loggingmanager: Add ability to set 'log' config option to a filename, which c...Matthew Wild2009-04-291-3/+12
* core.loggingmanager: Reinstating global log() functionMatthew Wild2009-04-231-0/+2
* core.loggingmanager: Refactoring, converted to a module. Now possible to regi...Matthew Wild2009-04-221-89/+101
* core.loggingmanager: Add default logging settings (to console) and fill out c...Matthew Wild2009-04-211-3/+11
* core.loggingmanager: Filled out most code, and cleaned upMatthew Wild2009-04-211-21/+136
* core.loggingmanager: A new manager (yay!) to manage log outputMatthew Wild2009-04-211-0/+49