public class SimpleLogger extends AbstractLogger
Constructor and Description |
---|
SimpleLogger() |
protected void doLog(LogLevel level, String message, String category)
doLog
in class AbstractLogger
level
- the log level (aka severity) of the messagemessage
- the message to logcategory
- the log categoryAbstractLogger.doLog(LogLevel, String, String)
Copyright © 2004-2013 Codehaus. All Rights Reserved.