log util/logger.lua @ 14229:ce31fdde0ad1 default tip

age author description
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Thu, 17 Mar 2022 10:20:23 +0000 Matthew Wild util.logger: Return sink_function from add_simple_sink()
Thu, 17 Mar 2022 10:19:35 +0000 Matthew Wild util.logger: Support for removing individual log sinks without a full reset
Wed, 28 Feb 2018 20:17:21 +0100 Kim Alvefur util.logger: Import globals (fixes on Lua 5.2)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Tue, 27 Feb 2018 16:02:25 +0000 Matthew Wild util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works
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 :(
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sun, 22 Aug 2010 18:45:58 +0100 Matthew Wild 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.