| Constructor and Description | 
|---|
LookInsideLog(PluginLog realLog)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
debug(CharSequence arg0)  | 
void | 
debug(CharSequence arg0,
     Throwable arg1)  | 
void | 
debug(Throwable arg0)  | 
void | 
error(CharSequence arg0)  | 
void | 
error(CharSequence arg0,
     Throwable arg1)  | 
void | 
error(Throwable arg0)  | 
String | 
formatMessage(CharSequence message)  | 
void | 
info(CharSequence arg0)  | 
void | 
info(CharSequence arg0,
    Throwable arg1)  | 
void | 
info(Throwable arg0)  | 
boolean | 
isDebugEnabled()  | 
boolean | 
isErrorEnabled()  | 
boolean | 
isInfoEnabled()  | 
boolean | 
isWarnEnabled()  | 
void | 
warn(CharSequence arg0)  | 
void | 
warn(CharSequence arg0,
    Throwable arg1)  | 
void | 
warn(Throwable arg0)  | 
public LookInsideLog(PluginLog realLog)
public void debug(CharSequence arg0)
public void debug(CharSequence arg0, Throwable arg1)
public String formatMessage(CharSequence message)
formatMessage in interface PluginLogpublic void error(CharSequence arg0)
public void error(CharSequence arg0, Throwable arg1)
public void info(CharSequence arg0)
public void info(CharSequence arg0, Throwable arg1)
public boolean isDebugEnabled()
isDebugEnabled in interface PluginLogpublic boolean isErrorEnabled()
isErrorEnabled in interface PluginLogpublic boolean isInfoEnabled()
isInfoEnabled in interface PluginLogpublic boolean isWarnEnabled()
isWarnEnabled in interface PluginLogpublic void warn(CharSequence arg0)
public void warn(CharSequence arg0, Throwable arg1)
Copyright © 2012. All Rights Reserved.