Method Summary |
|
public synchronized void | configure(String monologConfFile) Configure the logger. |
public synchronized void | configure() Default configuration of the logger. |
public void | debug(Object message) Log a message to the CommonLoggingMonologLogger Logger with DEBUG priority. |
public void | debug(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with DEBUG priority. |
public void | error(Object message) Log a message to the CommonLoggingMonologLogger Logger with ERROR priority. |
public void | error(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with ERROR priority. |
public void | fatal(Object message) Log a message to the CommonLoggingMonologLogger Logger with FATAL priority. |
public void | fatal(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with FATAL priority. |
public Logger | getLogger() Return the native Logger instance we are using. |
public void | info(Object message) Log a message to the CommonLoggingMonologLogger Logger with INFO priority. |
public void | info(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with INFO priority. |
public boolean | isDebugEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for DEBUG priority. |
public boolean | isErrorEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for ERROR priority. |
public boolean | isFatalEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for FATAL priority. |
public boolean | isInfoEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for INFO priority. |
public boolean | isTraceEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for TRACE priority. |
public boolean | isWarnEnabled() Check whether the CommonLoggingMonologLogger Logger used is enabled for WARN priority. |
public void | trace(Object message) Log a message to the CommonLoggingMonologLogger with TRACE priority. |
public void | trace(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with TRACE priority. |
public void | warn(Object message) Log a message to the CommonLoggingMonologLogger Logger with WARN priority. |
public void | warn(Object message, Throwable t) Log an error to the CommonLoggingMonologLogger Logger with WARN priority. |