Package org.jclouds.logging.slf4j
Class SLF4JLogger
java.lang.Object
org.jclouds.logging.BaseLogger
org.jclouds.logging.slf4j.SLF4JLogger
- All Implemented Interfaces:
Logger
LoggerFactory
implementation of Logger
.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.jclouds.logging.Logger
Logger.LoggerFactory
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
protected void
protected void
protected void
protected void
protected void
protected void
protected void
-
Constructor Details
-
SLF4JLogger
-
-
Method Details
-
logTrace
- Specified by:
logTrace
in classBaseLogger
-
isTraceEnabled
public boolean isTraceEnabled() -
logDebug
- Specified by:
logDebug
in classBaseLogger
-
isDebugEnabled
public boolean isDebugEnabled() -
logInfo
- Specified by:
logInfo
in classBaseLogger
-
isInfoEnabled
public boolean isInfoEnabled() -
logWarn
- Specified by:
logWarn
in classBaseLogger
-
logWarn
- Specified by:
logWarn
in classBaseLogger
-
isWarnEnabled
public boolean isWarnEnabled() -
logError
- Specified by:
logError
in classBaseLogger
-
logError
- Specified by:
logError
in classBaseLogger
-
isErrorEnabled
public boolean isErrorEnabled() -
getCategory
-