org.codehaus.plexus.logging
public abstract class AbstractLogger extends Object implements Logger
Version: $Id: AbstractLogger.java 1748 2005-04-19 06:07:53Z brett $
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) |