aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* util.logger: Return sink_function from add_simple_sink()Matthew Wild2022-03-171-0/+1
* util.logger: Support for removing individual log sinks without a full resetMatthew Wild2022-03-171-0/+15
* util.logger: Import globals (fixes on Lua 5.2)Kim Alvefur2018-02-281-0/+2
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) worksMatthew Wild2018-02-271-0/+11
* util.logger: Silence luacheck warningKim Alvefur2016-02-041-0/+1
* util.logger: Remove unused localsKim Alvefur2016-02-041-4/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-7/+11
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* util.logger: Remove some redundant codeMatthew Wild2012-06-251-2/+0
* loggingmanager, util.logger: Remove name sinks and the ability to filter logs...Matthew Wild2012-03-151-30/+1
* util.logger: Remove support for a global writer (setwriter) to try and balanc...Matthew Wild2010-11-041-14/+0
* util.logger: Remove my precious premature optimisation :(Matthew Wild2010-11-041-23/+2
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
* util.logger: Remove support for the 'log_sources' option, to remove a depende...Matthew Wild2010-08-221-15/+0
* util.logger: Add reset() method to clear all sinksMatthew Wild2010-07-141-0/+15
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
* util.logger: Revamped logger library, but backwards-compatible for users of l...Matthew Wild2009-04-211-25/+88
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-101-2/+0
* MergeMatthew Wild2009-04-101-0/+2
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* util.logger: Small code tidying :)Matthew Wild2009-03-071-3/+3
* Support to filter logging by source via pattern matching from config file.Tobias Markmann2009-03-071-0/+17
* Logging format improvementWaqas Hussain2009-02-131-6/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* util/logger: setwriter now returns the old writer on successWaqas Hussain2009-01-141-1/+3
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Make it possible to set custom output handler for loggerMatthew Wild2008-12-061-3/+15
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Nice enhancement for logging outputMatthew Wild2008-11-271-3/+9
* Remove or comment useless prints, or change them to log()Matthew Wild2008-11-201-1/+1
* A treat for Linux users ;)Matthew Wild2008-11-141-2/+15
* Some more logging fixesMatthew Wild2008-11-141-2/+2
* working incoming s2s \o/Matthew Wild2008-10-241-1/+1
* Session destruction fixes, some debugging code while we fix the rest. Also ch...Matthew Wild2008-10-041-1/+1
* Huge commit to:Matthew Wild2008-09-301-0/+23