core/loggingmanager.lua
Sat, 23 Mar 2013 02:33:15 +0100 Kim Alvefur core.*: Complete removal of all traces of the "core" section and section-related code.
Thu, 27 Dec 2012 20:44:58 +0100 Kim Alvefur core.loggingmanager: Don't create file log rules from [level] = "*sink" style config
Tue, 24 Jul 2012 15:50:11 +0100 Matthew Wild loggingmanager: Remove unused variables
Thu, 15 Mar 2012 19:09:24 +0000 Matthew Wild loggingmanager, util.logger: Remove name sinks and the ability to filter logs by source name (lots of code, hardly used if at all, and possibly broken)
Tue, 22 Nov 2011 17:56:52 +0000 Matthew Wild loggingmanager: Remove unused 'critical' level
Sun, 13 Feb 2011 18:37:34 +0000 Matthew Wild loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie)
Sun, 13 Feb 2011 18:35:39 +0000 Matthew Wild loggingmanager: Iterate over logging config rules using ipairs rather than pairs
Thu, 13 Jan 2011 02:33:50 +0500 Waqas Hussain loggingmanager: Fix reading configuration of timestamps for console output.
Thu, 13 Jan 2011 02:31:10 +0500 Waqas Hussain loggingmanager: Re-read 'debug' option on reload.
Tue, 11 Jan 2011 22:40:09 +0000 Matthew Wild loggingmanager: Remove event hook that never fired anyway, and held logfiles open - leave the GC to close them now.
Wed, 15 Dec 2010 01:57:10 +0500 Waqas Hussain core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Fri, 08 Oct 2010 02:48:47 +0100 Matthew Wild core.loggingmanager: Logging config simplification - allow [level] = filename and *sink to appear in the config table
Tue, 03 Aug 2010 10:59:47 +0100 Matthew Wild loggingmanager: Remove (redundant!) dependency on eventmanager
Wed, 14 Jul 2010 01:25:32 +0100 Matthew Wild loggingmanager: Add reload_logging() method, which gets called on any config reload, to reset util.logger and remove and re-add all sink types to perform a full reload of the logging system without a restart.
Mon, 17 May 2010 11:58:00 +0100 Matthew Wild Merge 0.7->trunk
Mon, 17 May 2010 11:57:01 +0100 Matthew Wild Merge 0.7/MattJ with 0.7
Mon, 17 May 2010 11:56:36 +0100 Matthew Wild Merge with 0.6
Thu, 06 May 2010 17:14:11 +0500 Waqas Hussain Merge 0.7->trunk
Thu, 06 May 2010 16:25:40 +0500 Waqas Hussain Merge 0.6->0.7
Thu, 06 May 2010 15:52:47 +0500 Waqas Hussain loggingmanager: Enable debug level for default console logging when 'debug' mode is enabled in the config.
Thu, 06 May 2010 15:38:11 +0500 Waqas Hussain loggingmanager: Enable debug level for default console logging when 'debug' mode is enabled in the config.
Wed, 07 Apr 2010 21:08:16 +0100 Matthew Wild loggingmanager: Fix syntax error :)
Wed, 07 Apr 2010 17:41:35 +0100 Matthew Wild loggingmanager: Observe 'debug' config setting for console logging too
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 22 Mar 2010 21:58:38 +0500 Waqas Hussain loggingmanager: Don't use non-standard format specifier to format the timestamp.
Thu, 11 Feb 2010 11:04:26 +0000 Matthew Wild loggingmanager: Trailing whitespace
Sun, 22 Nov 2009 21:33:41 +0500 Waqas Hussain loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment variable is defined (workaround for MSVCRT buffering piped output).
Sun, 04 Oct 2009 16:41:33 +0100 Matthew Wild loggingmanager: Whitespace fix
Tue, 28 Jul 2009 15:03:42 +0100 Matthew Wild core.loggingmanager: Enable timestamps by default for file log sinks
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Fri, 19 Jun 2009 17:23:17 +0100 Matthew Wild loggingmanager: Log timestamps when using default file logging
Fri, 19 Jun 2009 17:22:16 +0100 Matthew Wild loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config
Tue, 05 May 2009 14:19:20 +0100 Matthew Wild loggingmanager: File log sinks react to reopen-log-files event
Sun, 03 May 2009 17:13:43 +0100 Matthew Wild loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work)
Thu, 30 Apr 2009 14:35:43 +0100 Matthew Wild loggingmanager: Add a comment about 'nowhere' sink type
Thu, 30 Apr 2009 03:05:26 +0100 Matthew Wild loggingmanager: Support prepending timestamps in file/console/stdout log sinks
Wed, 29 Apr 2009 20:52:24 +0100 Matthew Wild loggingmanager: Add ability to set 'log' config option to a filename, which causes all levels >= info to be logged to that file
Thu, 23 Apr 2009 02:55:31 +0100 Matthew Wild core.loggingmanager: Reinstating global log() function
Wed, 22 Apr 2009 19:49:58 +0100 Matthew Wild core.loggingmanager: Refactoring, converted to a module. Now possible to register additional sink types (think syslog) from other modules
Tue, 21 Apr 2009 21:10:42 +0100 Matthew Wild core.loggingmanager: Add default logging settings (to console) and fill out code for adding sinks which catch all sources
Tue, 21 Apr 2009 20:30:29 +0100 Matthew Wild core.loggingmanager: Filled out most code, and cleaned up
Tue, 21 Apr 2009 03:37:49 +0100 Matthew Wild core.loggingmanager: A new manager (yay!) to manage log output
less more (0) tip