Package consciouscode.logging

Class Summary
AbstractLog A simple abstract implementation of Log that redirects all log commands to a single abstract method AbstractLog.doLog(String, Throwable).
CommonsLog A simple log that delegates to a named logger managed my Commons Logging's LogFactory.
FileLog Log implementation that sends all messages to a file.
PrefixedLog Log implementation that prefixes each message before sending it on to a target log.
PrintLog Log implementation that sends all messages to a PrintWriter.
TeeLog Log implementation that sends all messages to a series of target logs.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.