log util/logger.lua @ 7131:ea3eea291321

age author description
Thu, 04 Feb 2016 16:40:32 +0100 Kim Alvefur util.logger: Silence luacheck warning
Thu, 04 Feb 2016 16:38:56 +0100 Kim Alvefur util.logger: Remove unused locals
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 25 Jun 2012 00:16:08 +0100 Matthew Wild util.logger: Remove some redundant code
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)
Thu, 04 Nov 2010 08:42:18 +0000 Matthew Wild util.logger: Remove support for a global writer (setwriter) to try and balance the forces...
Thu, 04 Nov 2010 08:37:39 +0000 Matthew Wild util.logger: Remove my precious premature optimisation :(