public class JDKLogger extends BaseLogger
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
boolean |
isDebugEnabled()
Check whether this category is enabled for the DEBUG Level.
|
boolean |
isErrorEnabled()
Check whether this category is enabled for the ERROR Level.
|
boolean |
isInfoEnabled()
Check whether this category is enabled for the INFO Level.
|
boolean |
isTraceEnabled()
Check whether this category is enabled for the TRACE Level.
|
boolean |
isWarnEnabled()
Check whether this category is enabled for the WARN Level.
|
public JDKLogger(String category)
public boolean isErrorEnabled()
Loggertrue if this category is enabled for level ERRORpublic boolean isWarnEnabled()
Loggertrue if this category is enabled for level WARNpublic boolean isInfoEnabled()
Loggertrue if this category is enabled for level INFOpublic boolean isDebugEnabled()
Loggertrue if this category is enabled for level DEBUGpublic boolean isTraceEnabled()
Loggertrue if this category is enabled for level TRACEpublic String getCategory()