Method Summary |
|
public void | debug(Object message) Logs a message with org.apache.log.Priority.DEBUG . |
public void | debug(Object message, Throwable t) Logs a message with org.apache.log.Priority.DEBUG . |
public void | error(Object message) Logs a message with org.apache.log.Priority.ERROR . |
public void | error(Object message, Throwable t) Logs a message with org.apache.log.Priority.ERROR . |
public void | fatal(Object message) Logs a message with org.apache.log.Priority.FATAL_ERROR . |
public void | fatal(Object message, Throwable t) Logs a message with org.apache.log.Priority.FATAL_ERROR . |
public Logger | getLogger() |
public void | info(Object message) Logs a message with org.apache.log.Priority.INFO . |
public void | info(Object message, Throwable t) Logs a message with org.apache.log.Priority.INFO . |
public boolean | isDebugEnabled() Checks whether the LogKit logger will log messages of priority DEBUG . |
public boolean | isErrorEnabled() Checks whether the LogKit logger will log messages of priority ERROR . |
public boolean | isFatalEnabled() Checks whether the LogKit logger will log messages of priority FATAL_ERROR . |
public boolean | isInfoEnabled() Checks whether the LogKit logger will log messages of priority INFO . |
public boolean | isTraceEnabled() Checks whether the LogKit logger will log messages of priority DEBUG . |
public boolean | isWarnEnabled() Checks whether the LogKit logger will log messages of priority WARN . |
public void | trace(Object message) Logs a message with org.apache.log.Priority.DEBUG . |
public void | trace(Object message, Throwable t) Logs a message with org.apache.log.Priority.DEBUG . |
public void | warn(Object message) Logs a message with org.apache.log.Priority.WARN . |
public void | warn(Object message, Throwable t) Logs a message with org.apache.log.Priority.WARN . |