Package org.apache.logging.log4j.jcl
Class Log4jLog
java.lang.Object
org.apache.logging.log4j.jcl.Log4jLog
- All Implemented Interfaces:
Serializable,org.apache.commons.logging.Log
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final ExtendedLoggerprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidvoidvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
FQCN
-
logger
-
-
Constructor Details
-
Log4jLog
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.commons.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.commons.logging.Log
-
isFatalEnabled
public boolean isFatalEnabled()- Specified by:
isFatalEnabledin interfaceorg.apache.commons.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.commons.logging.Log
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabledin interfaceorg.apache.commons.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.apache.commons.logging.Log
-
trace
- Specified by:
tracein interfaceorg.apache.commons.logging.Log
-
trace
- Specified by:
tracein interfaceorg.apache.commons.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.commons.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.commons.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.commons.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.commons.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.commons.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.commons.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.commons.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.commons.logging.Log
-
fatal
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log
-
fatal
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log
-