aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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