util.logger: Import globals (fixes on Lua 5.2)
|
Kim Alvefur |
2018-02-28 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works
|
Matthew Wild |
2018-02-27 |
util.logger: Silence luacheck warning
|
Kim Alvefur |
2016-02-04 |
util.logger: Remove unused locals
|
Kim Alvefur |
2016-02-04 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
Kim Alvefur |
2015-02-21 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
util.logger: Remove some redundant code
|
Matthew Wild |
2012-06-24 |
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 |
2012-03-15 |
util.logger: Remove support for a global writer (setwriter) to try and balance the forces...
|
Matthew Wild |
2010-11-04 |
util.logger: Remove my precious premature optimisation :(
|
Matthew Wild |
2010-11-04 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
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 |
2010-08-22 |
util.logger: Add reset() method to clear all sinks
|
Matthew Wild |
2010-07-14 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
util.logger: Fix for attempting to call a table
|
Matthew Wild |
2009-04-21 |
util.logger: Revamped logger library, but backwards-compatible for users of logger.init()
|
Matthew Wild |
2009-04-21 |
Remove more debugging code which was accidentally committed (don't trust hg)
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
util.logger: Small code tidying :)
|
Matthew Wild |
2009-03-07 |
Support to filter logging by source via pattern matching from config file.
|
Tobias Markmann |
2009-03-07 |
Logging format improvement
|
Waqas Hussain |
2009-02-13 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
util/logger: setwriter now returns the old writer on success
|
Waqas Hussain |
2009-01-14 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Make it possible to set custom output handler for logger
|
Matthew Wild |
2008-12-06 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Nice enhancement for logging output
|
Matthew Wild |
2008-11-27 |
Remove or comment useless prints, or change them to log()
|
Matthew Wild |
2008-11-20 |
A treat for Linux users ;)
|
Matthew Wild |
2008-11-14 |
Some more logging fixes
|
Matthew Wild |
2008-11-14 |
working incoming s2s \o/
s2s
|
Matthew Wild |
2008-10-24 |
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.
|
Matthew Wild |
2008-10-04 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |