log core/loggingmanager.lua @ 7131:ea3eea291321

age author description
Thu, 04 Feb 2016 14:56:49 +0000 Matthew Wild loggingmanager: Call setvbuf on output files, defaulting to line-buffered, instead of manually calling flush(). Adds 'buffer_mode' option to sink configuration for stdout, console and file sinks.
Fri, 11 Dec 2015 14:00:42 +0000 Matthew Wild loggingmanager: Add prosody.log (intended to be used instead of _G.log now)
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Mon, 18 May 2015 19:09:07 +0100 Matthew Wild loggingmanager: Rename function arguments to avoid name conflict [luacheck] (core/ is now luacheck-clean!)
Fri, 03 Apr 2015 19:20:24 +0100 Matthew Wild loggingmanager: Improve code structure (removes empty if branch)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 02:33:15 +0100 Kim Alvefur core.*: Complete removal of all traces of the "core" section and section-related code.