logger class now supports instances with distinct log levels via autoload methods
[scpubgit/Object-Remote.git] / lib / Object / Remote / Logging / Logger.pm
2012-11-09 Tyler Riddle logger class now supports instances with distinct log...
2012-11-09 Tyler Riddle make Flog_* safer; document ::Logger; rewrite section...
2012-11-08 Tyler Riddle set defaults for min and max levels in various loggers
2012-11-08 Tyler Riddle add pid and hostname to logging metadata; setting OBJEC...
2012-11-07 Tyler Riddle env var OBJECT_REMOTE_LOG_SELECTIONS allows selection...
2012-11-07 Tyler Riddle weaken connections to log router; fixes for no current...
2012-11-07 Tyler Riddle new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE...
2012-11-07 Tyler Riddle added in file, line, and method info for log invocation
2012-11-07 Tyler Riddle logger class supports printf style formats to control...
2012-11-07 Tyler Riddle export router function in ::Logging; add time of log...
2012-11-05 Tyler Riddle cleanup whitespace
2012-11-05 Tyler Riddle replaced entire logging subsystem with one that is...