Log

util/logger.lua @ 12032:3db09eb4c43b

description author age
util.logger: Import globals (fixes on Lua 5.2) Kim Alvefur 2018-02-28
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works Matthew Wild 2018-02-27
util.logger: Silence luacheck warning Kim Alvefur 2016-02-04
util.logger: Remove unused locals Kim Alvefur 2016-02-04
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.logger: Remove some redundant code Matthew Wild 2012-06-24
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) Matthew Wild 2012-03-15
util.logger: Remove support for a global writer (setwriter) to try and balance the forces... Matthew Wild 2010-11-04
util.logger: Remove my precious premature optimisation :( Matthew Wild 2010-11-04
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
util.logger: Remove support for the 'log_sources' option, to remove a dependency on configmanager. I think the equivalent of log_sources can be done with the advanced logging config. Matthew Wild 2010-08-22
util.logger: Add reset() method to clear all sinks Matthew Wild 2010-07-14
Update copyright headers for 2010 Matthew Wild 2010-03-22
Remove version number from copyright headers Matthew Wild 2009-07-10
util.logger: Fix for attempting to call a table Matthew Wild 2009-04-21
util.logger: Revamped logger library, but backwards-compatible for users of logger.init() Matthew Wild 2009-04-21
Remove more debugging code which was accidentally committed (don't trust hg) Matthew Wild 2009-04-10
Merge Matthew Wild 2009-04-10
0.3->0.4 Matthew Wild 2009-03-20
util.logger: Small code tidying :) Matthew Wild 2009-03-07
Support to filter logging by source via pattern matching from config file. Tobias Markmann 2009-03-07
Logging format improvement Waqas Hussain 2009-02-13
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
util/logger: setwriter now returns the old writer on success Waqas Hussain 2009-01-14
0.1 -> 0.2 Matthew Wild 2008-12-10
Make it possible to set custom output handler for logger Matthew Wild 2008-12-06