|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.mainview.nvbapi.LogWrapper
com.bmc.mainview.nvbapi.Slf4jLogWrapper
public class Slf4jLogWrapper
An instance is created when the caller passes an SLF4J logger to the HostServer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.bmc.mainview.nvbapi.LogWrapper |
---|
LogWrapper.PrintLogger |
Constructor Summary | |
---|---|
Slf4jLogWrapper(java.lang.Object logger)
|
Method Summary | |
---|---|
void |
debug(java.lang.String message)
Log a detailed message about what the package is doing |
void |
error(java.lang.String message)
Log an error message. |
void |
error(java.lang.String message,
java.lang.Exception e)
Log an error message along with a traceback of how it was called. |
void |
info(java.lang.String message)
Log an informational message. |
void |
setLevel(java.util.logging.Level l)
Filter out uninteresting messages |
void |
warn(java.lang.String message)
Log a warning message |
Methods inherited from class com.bmc.mainview.nvbapi.LogWrapper |
---|
logWrapperFactory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Slf4jLogWrapper(java.lang.Object logger)
Method Detail |
---|
public void setLevel(java.util.logging.Level l)
LogWrapper
setLevel
in class LogWrapper
public void debug(java.lang.String message)
LogWrapper
debug
in class LogWrapper
public void info(java.lang.String message)
LogWrapper
info
in class LogWrapper
public void warn(java.lang.String message)
LogWrapper
warn
in class LogWrapper
public void error(java.lang.String message)
LogWrapper
error
in class LogWrapper
public void error(java.lang.String message, java.lang.Exception e)
LogWrapper
error
in class LogWrapper
e
- The exception associated with the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |