aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | return them in a table at the end
* 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 ↵Matthew Wild2012-03-151-30/+1
| | | | logs by source name (lots of code, hardly used if at all, and possibly broken)
* util.logger: Remove support for a global writer (setwriter) to try and ↵Matthew Wild2010-11-041-14/+0
| | | | balance the forces...
* 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 ↵Matthew Wild2010-08-221-15/+0
| | | | dependency on configmanager. I think the equivalent of log_sources can be done with the advanced logging config.
* 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 ↵Matthew Wild2009-04-211-25/+88
| | | | logger.init()
* 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 ↵Matthew Wild2008-10-041-1/+1
| | | | change logger to be more useful.
* Huge commit to:Matthew Wild2008-09-301-0/+23
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface