public class MuleLogger extends Object implements org.apache.commons.logging.Log
Log wrapper that supports boilerplate logging for high impact messages| Constructor and Description |
|---|
MuleLogger(org.apache.commons.logging.Log logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
boilerPlate(List messages,
char c,
int maxlength) |
void |
boilerPlate(String message) |
void |
boilerPlate(String[] messages,
char c,
int maxlength) |
void |
boilerPlate(String message,
char c,
int maxlength) |
void |
debug(Object o) |
void |
debug(Object o,
Throwable throwable) |
void |
error(Object o) |
void |
error(Object o,
Throwable throwable) |
void |
fatal(Object o) |
void |
fatal(Object o,
Throwable throwable) |
void |
info(Object o) |
void |
info(Object o,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
logBoilerPlate(List messages) |
void |
logBoilerPlate(String[] messages) |
void |
trace(Object o) |
void |
trace(Object o,
Throwable throwable) |
void |
warn(Object o) |
void |
warn(Object o,
Throwable throwable) |
public boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic void trace(Object o)
trace in interface org.apache.commons.logging.Logpublic void trace(Object o, Throwable throwable)
trace in interface org.apache.commons.logging.Logpublic void debug(Object o)
debug in interface org.apache.commons.logging.Logpublic void debug(Object o, Throwable throwable)
debug in interface org.apache.commons.logging.Logpublic void info(Object o)
info in interface org.apache.commons.logging.Logpublic void info(Object o, Throwable throwable)
info in interface org.apache.commons.logging.Logpublic void warn(Object o)
warn in interface org.apache.commons.logging.Logpublic void warn(Object o, Throwable throwable)
warn in interface org.apache.commons.logging.Logpublic void error(Object o)
error in interface org.apache.commons.logging.Logpublic void error(Object o, Throwable throwable)
error in interface org.apache.commons.logging.Logpublic void fatal(Object o)
fatal in interface org.apache.commons.logging.Logpublic void fatal(Object o, Throwable throwable)
fatal in interface org.apache.commons.logging.Logpublic void boilerPlate(String message)
public void logBoilerPlate(List messages)
public void logBoilerPlate(String[] messages)
public void boilerPlate(String message, char c, int maxlength)
public void boilerPlate(List messages, char c, int maxlength)
public void boilerPlate(String[] messages, char c, int maxlength)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.