Log

util/logger.lua @ 12554:dbbbcf6b805e

description author age
util.logger: Return sink_function from add_simple_sink() Matthew Wild Thu, 17 Mar 2022 10:20:23 +0000
util.logger: Support for removing individual log sinks without a full reset Matthew Wild Thu, 17 Mar 2022 10:19:35 +0000
util.logger: Import globals (fixes on Lua 5.2) Kim Alvefur Wed, 28 Feb 2018 20:17:21 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works Matthew Wild Tue, 27 Feb 2018 16:02:25 +0000
util.logger: Silence luacheck warning Kim Alvefur Thu, 04 Feb 2016 16:40:32 +0100
util.logger: Remove unused locals Kim Alvefur Thu, 04 Feb 2016 16:38:56 +0100
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.logger: Remove some redundant code Matthew Wild Mon, 25 Jun 2012 00:16:08 +0100
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 Thu, 15 Mar 2012 19:09:24 +0000
util.logger: Remove support for a global writer (setwriter) to try and balance the forces... Matthew Wild Thu, 04 Nov 2010 08:42:18 +0000
util.logger: Remove my precious premature optimisation :( Matthew Wild Thu, 04 Nov 2010 08:37:39 +0000
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
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 Sun, 22 Aug 2010 18:45:58 +0100