Class Slf4jLogChute
java.lang.Object
com.atlassian.confluence.impl.velocity.Slf4jLogChute
- All Implemented Interfaces:
org.apache.velocity.runtime.log.LogChute
-
Field Summary
Fields inherited from interface org.apache.velocity.runtime.log.LogChute
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Slf4jLogChute
public Slf4jLogChute()
-
-
Method Details
-
init
- Specified by:
init
in interfaceorg.apache.velocity.runtime.log.LogChute
- Throws:
Exception
-
log
- Specified by:
log
in interfaceorg.apache.velocity.runtime.log.LogChute
-
log
- Specified by:
log
in interfaceorg.apache.velocity.runtime.log.LogChute
-
isLevelEnabled
public boolean isLevelEnabled(int level) - Specified by:
isLevelEnabled
in interfaceorg.apache.velocity.runtime.log.LogChute
-