Software /
code /
prosody
Log
core/loggingmanager.lua @ 7134:b7b6b1d01224
description | author | age |
---|---|---|
loggingmanager: Refactor the console log sink to re-use the stdout sink which in turn uses the file sink (tailcalls!) | Kim Alvefur | Thu, 04 Feb 2016 17:33:16 +0100 |
loggingmanager: Write out color code, log level and reset code in one call | Kim Alvefur | Thu, 04 Feb 2016 17:03:04 +0100 |
loggingmanager: Don't reset default timestamp that is not changed by any other code | Kim Alvefur | Thu, 04 Feb 2016 16:56:05 +0100 |
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. | Matthew Wild | Thu, 04 Feb 2016 14:56:49 +0000 |