aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* core.loggingmanager: Refactoring, converted to a module. Now possible to ↵Matthew Wild2009-04-221-89/+101
| | | | register additional sink types (think syslog) from other modules
* core.loggingmanager: Add default logging settings (to console) and fill out ↵Matthew Wild2009-04-211-3/+11
| | | | code for adding sinks which catch all sources
* 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