| Commit message (Expand) | Author | Age | Files | Lines |
* | loggingmanager: Allow specifying a sink type in per-level logging config (tha... | Matthew Wild | 2011-02-13 | 1 | -7/+13 |
* | loggingmanager: Iterate over logging config rules using ipairs rather than pairs | Matthew Wild | 2011-02-13 | 1 | -1/+1 |
* | loggingmanager: Fix reading configuration of timestamps for console output. | Waqas Hussain | 2011-01-13 | 1 | -1/+1 |
* | loggingmanager: Re-read 'debug' option on reload. | Waqas Hussain | 2011-01-13 | 1 | -2/+2 |
* | loggingmanager: Remove event hook that never fired anyway, and held logfiles ... | Matthew Wild | 2011-01-11 | 1 | -6/+0 |
* | core.loggingmanager: Updated to use termcolours.getstyle instead of termcolou... | Waqas Hussain | 2010-12-15 | 1 | -4/+8 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | core.loggingmanager: Logging config simplification - allow [level] = filename... | Matthew Wild | 2010-10-08 | 1 | -2/+20 |
* | loggingmanager: Remove (redundant!) dependency on eventmanager | Matthew Wild | 2010-08-03 | 1 | -1/+0 |
* | loggingmanager: Add reload_logging() method, which gets called on any config ... | Matthew Wild | 2010-07-14 | 1 | -11/+35 |
* | loggingmanager: Enable debug level for default console logging when 'debug' m... | Waqas Hussain | 2010-05-06 | 1 | -1/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -3/+3 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | loggingmanager: Don't use non-standard format specifier to format the timestamp. | Waqas Hussain | 2010-03-22 | 1 | -1/+1 |
* | | loggingmanager: Trailing whitespace | Matthew Wild | 2010-02-11 | 1 | -6/+6 |
|/ |
|
* | loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment ... | Waqas Hussain | 2009-11-22 | 1 | -0/+6 |
* | loggingmanager: Whitespace fix | Matthew Wild | 2009-10-04 | 1 | -0/+1 |
* | core.loggingmanager: Enable timestamps by default for file log sinks | Matthew Wild | 2009-07-28 | 1 | -1/+1 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | loggingmanager: Log timestamps when using default file logging | Matthew Wild | 2009-06-19 | 1 | -1/+1 |
* | loggingmanager: Enable debug level for default file logging when 'debug' mode... | Matthew Wild | 2009-06-19 | 1 | -1/+2 |
* | loggingmanager: File log sinks react to reopen-log-files event | Matthew Wild | 2009-05-05 | 1 | -3/+16 |
* | loggingmanager: Support for specifying a single sink with *sinkname (*syslog ... | Matthew Wild | 2009-05-03 | 1 | -0/+3 |
* | loggingmanager: Add a comment about 'nowhere' sink type | Matthew Wild | 2009-04-30 | 1 | -0/+1 |
* | loggingmanager: Support prepending timestamps in file/console/stdout log sinks | Matthew Wild | 2009-04-30 | 1 | -2/+29 |
* | loggingmanager: Add ability to set 'log' config option to a filename, which c... | Matthew Wild | 2009-04-29 | 1 | -3/+12 |
* | core.loggingmanager: Reinstating global log() function | Matthew Wild | 2009-04-23 | 1 | -0/+2 |
* | core.loggingmanager: Refactoring, converted to a module. Now possible to regi... | Matthew Wild | 2009-04-22 | 1 | -89/+101 |
* | core.loggingmanager: Add default logging settings (to console) and fill out c... | Matthew Wild | 2009-04-21 | 1 | -3/+11 |
* | core.loggingmanager: Filled out most code, and cleaned up | Matthew Wild | 2009-04-21 | 1 | -21/+136 |
* | core.loggingmanager: A new manager (yay!) to manage log output | Matthew Wild | 2009-04-21 | 1 | -0/+49 |