public class SLF4JLogChute extends Object implements org.apache.velocity.runtime.log.LogChute
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOGGER |
| Constructor and Description |
|---|
SLF4JLogChute() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.velocity.runtime.RuntimeServices rs) |
boolean |
isLevelEnabled(int level) |
void |
log(int level,
String message) |
void |
log(int level,
String message,
Throwable t) |
public static final String DEFAULT_LOGGER
public void init(org.apache.velocity.runtime.RuntimeServices rs)
throws Exception
init in interface org.apache.velocity.runtime.log.LogChuteExceptionLogChute.init(RuntimeServices)public void log(int level,
String message)
log in interface org.apache.velocity.runtime.log.LogChuteLogChute.log(int, String)public void log(int level,
String message,
Throwable t)
log in interface org.apache.velocity.runtime.log.LogChuteLogChute.log(int, String, Throwable)public boolean isLevelEnabled(int level)
isLevelEnabled in interface org.apache.velocity.runtime.log.LogChuteLogChute.isLevelEnabled(int)Copyright © 2003–2019 Sakai Project. All rights reserved.