Log

init.lua @ 324:dbb3362c1ff3

description author age
verse: Add missing 'reason' argument to stream:close() Kim Alvefur 2013-02-10
verse: Remove some, erm, debug logging Matthew Wild 2012-03-30
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients) Matthew Wild 2012-03-30
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message Matthew Wild 2012-02-12
Merge with Zash Matthew Wild 2011-12-05
verse: Add stream:info() for emitting info-level log message. Kim Alvefur 2011-12-05
verse: Add init(...) method to load connection modules (client, component, bosh, etc.) Matthew Wild 2011-12-05
verse: Remove silly logger line I just noticed at the end of the file Matthew Wild 2011-11-30
verse: Add default log handler for errors Matthew Wild 2011-11-27
verse: Format messages before passing them to custom log handler Matthew Wild 2011-11-27
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default). Matthew Wild 2011-11-27
verse: Switch connection ids to be a simple incrementing integer Matthew Wild 2011-11-27
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels). Matthew Wild 2011-11-27
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice) Matthew Wild 2011-11-27