Package org.onlab.junit
Class LoggerAdapter
- java.lang.Object
- 
- org.onlab.junit.LoggerAdapter
 
- 
- All Implemented Interfaces:
- org.slf4j.Logger
 
 public class LoggerAdapter extends Object implements org.slf4j.Logger 
- 
- 
Constructor SummaryConstructors Constructor Description LoggerAdapter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String s)voiddebug(String s, Object o)voiddebug(String s, Object... objects)voiddebug(String s, Object o, Object o1)voiddebug(String s, Throwable throwable)voiddebug(org.slf4j.Marker marker, String s)voiddebug(org.slf4j.Marker marker, String s, Object o)voiddebug(org.slf4j.Marker marker, String s, Object... objects)voiddebug(org.slf4j.Marker marker, String s, Object o, Object o1)voiddebug(org.slf4j.Marker marker, String s, Throwable throwable)voiderror(String s)voiderror(String s, Object o)voiderror(String s, Object... objects)voiderror(String s, Object o, Object o1)voiderror(String s, Throwable throwable)voiderror(org.slf4j.Marker marker, String s)voiderror(org.slf4j.Marker marker, String s, Object o)voiderror(org.slf4j.Marker marker, String s, Object... objects)voiderror(org.slf4j.Marker marker, String s, Object o, Object o1)voiderror(org.slf4j.Marker marker, String s, Throwable throwable)StringgetName()voidinfo(String s)voidinfo(String s, Object o)voidinfo(String s, Object... objects)voidinfo(String s, Object o, Object o1)voidinfo(String s, Throwable throwable)voidinfo(org.slf4j.Marker marker, String s)voidinfo(org.slf4j.Marker marker, String s, Object o)voidinfo(org.slf4j.Marker marker, String s, Object... objects)voidinfo(org.slf4j.Marker marker, String s, Object o, Object o1)voidinfo(org.slf4j.Marker marker, String s, Throwable throwable)booleanisDebugEnabled()booleanisDebugEnabled(org.slf4j.Marker marker)booleanisErrorEnabled()booleanisErrorEnabled(org.slf4j.Marker marker)booleanisInfoEnabled()booleanisInfoEnabled(org.slf4j.Marker marker)booleanisTraceEnabled()booleanisTraceEnabled(org.slf4j.Marker marker)booleanisWarnEnabled()booleanisWarnEnabled(org.slf4j.Marker marker)voidtrace(String s)voidtrace(String s, Object o)voidtrace(String s, Object... objects)voidtrace(String s, Object o, Object o1)voidtrace(String s, Throwable throwable)voidtrace(org.slf4j.Marker marker, String s)voidtrace(org.slf4j.Marker marker, String s, Object o)voidtrace(org.slf4j.Marker marker, String s, Object... objects)voidtrace(org.slf4j.Marker marker, String s, Object o, Object o1)voidtrace(org.slf4j.Marker marker, String s, Throwable throwable)voidwarn(String s)voidwarn(String s, Object o)voidwarn(String s, Object... objects)voidwarn(String s, Object o, Object o1)voidwarn(String s, Throwable throwable)voidwarn(org.slf4j.Marker marker, String s)voidwarn(org.slf4j.Marker marker, String s, Object o)voidwarn(org.slf4j.Marker marker, String s, Object... objects)voidwarn(org.slf4j.Marker marker, String s, Object o, Object o1)voidwarn(org.slf4j.Marker marker, String s, Throwable throwable)
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() - Specified by:
- getNamein interface- org.slf4j.Logger
 
 - 
isTraceEnabledpublic boolean isTraceEnabled() - Specified by:
- isTraceEnabledin interface- org.slf4j.Logger
 
 - 
tracepublic void trace(String s) - Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(String s, Object o, Object o1) - Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(String s, Object... objects) - Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(String s, Throwable throwable) - Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
isTraceEnabledpublic boolean isTraceEnabled(org.slf4j.Marker marker) - Specified by:
- isTraceEnabledin interface- org.slf4j.Logger
 
 - 
tracepublic void trace(org.slf4j.Marker marker, String s)- Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(org.slf4j.Marker marker, String s, Object o)- Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(org.slf4j.Marker marker, String s, Object o, Object o1)- Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(org.slf4j.Marker marker, String s, Object... objects)- Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
tracepublic void trace(org.slf4j.Marker marker, String s, Throwable throwable)- Specified by:
- tracein interface- org.slf4j.Logger
 
 - 
isDebugEnabledpublic boolean isDebugEnabled() - Specified by:
- isDebugEnabledin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(String s) - Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(String s, Object o, Object o1) - Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(String s, Object... objects) - Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(String s, Throwable throwable) - Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
isDebugEnabledpublic boolean isDebugEnabled(org.slf4j.Marker marker) - Specified by:
- isDebugEnabledin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(org.slf4j.Marker marker, String s)- Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(org.slf4j.Marker marker, String s, Object o)- Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(org.slf4j.Marker marker, String s, Object o, Object o1)- Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(org.slf4j.Marker marker, String s, Object... objects)- Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
debugpublic void debug(org.slf4j.Marker marker, String s, Throwable throwable)- Specified by:
- debugin interface- org.slf4j.Logger
 
 - 
isInfoEnabledpublic boolean isInfoEnabled() - Specified by:
- isInfoEnabledin interface- org.slf4j.Logger
 
 - 
infopublic void info(String s) - Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(String s, Object o, Object o1) - Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(String s, Object... objects) - Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(String s, Throwable throwable) - Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
isInfoEnabledpublic boolean isInfoEnabled(org.slf4j.Marker marker) - Specified by:
- isInfoEnabledin interface- org.slf4j.Logger
 
 - 
infopublic void info(org.slf4j.Marker marker, String s)- Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(org.slf4j.Marker marker, String s, Object o)- Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(org.slf4j.Marker marker, String s, Object o, Object o1)- Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(org.slf4j.Marker marker, String s, Object... objects)- Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
infopublic void info(org.slf4j.Marker marker, String s, Throwable throwable)- Specified by:
- infoin interface- org.slf4j.Logger
 
 - 
isWarnEnabledpublic boolean isWarnEnabled() - Specified by:
- isWarnEnabledin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(String s) - Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(String s, Object... objects) - Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(String s, Object o, Object o1) - Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(String s, Throwable throwable) - Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
isWarnEnabledpublic boolean isWarnEnabled(org.slf4j.Marker marker) - Specified by:
- isWarnEnabledin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(org.slf4j.Marker marker, String s)- Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(org.slf4j.Marker marker, String s, Object o)- Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(org.slf4j.Marker marker, String s, Object o, Object o1)- Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(org.slf4j.Marker marker, String s, Object... objects)- Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
warnpublic void warn(org.slf4j.Marker marker, String s, Throwable throwable)- Specified by:
- warnin interface- org.slf4j.Logger
 
 - 
isErrorEnabledpublic boolean isErrorEnabled() - Specified by:
- isErrorEnabledin interface- org.slf4j.Logger
 
 - 
errorpublic void error(String s) - Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(String s, Object o, Object o1) - Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(String s, Object... objects) - Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(String s, Throwable throwable) - Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
isErrorEnabledpublic boolean isErrorEnabled(org.slf4j.Marker marker) - Specified by:
- isErrorEnabledin interface- org.slf4j.Logger
 
 - 
errorpublic void error(org.slf4j.Marker marker, String s)- Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(org.slf4j.Marker marker, String s, Object o)- Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(org.slf4j.Marker marker, String s, Object o, Object o1)- Specified by:
- errorin interface- org.slf4j.Logger
 
 - 
errorpublic void error(org.slf4j.Marker marker, String s, Object... objects)- Specified by:
- errorin interface- org.slf4j.Logger
 
 
- 
 
-