org.codehaus.plexus.logging
public abstract class AbstractLogger extends Object implements Logger
Version: $Id: AbstractLogger.java 6965 2007-10-21 05:32:27Z jvanzyl $
Field Summary | |
---|---|
String | name |
int | threshold |
Constructor Summary | |
---|---|
AbstractLogger(int threshold, String name) |
Method Summary | |
---|---|
void | debug(String message) |
void | error(String message) |
void | fatalError(String message) |
String | getName() |
int | getThreshold() |
void | info(String message) |
boolean | isDebugEnabled() |
boolean | isErrorEnabled() |
boolean | isFatalErrorEnabled() |
boolean | isInfoEnabled() |
protected boolean | isValidThreshold(int threshold) |
boolean | isWarnEnabled() |
void | setThreshold(int threshold) |
void | warn(String message) |