public class SolrVelocityLogger extends Object implements org.apache.velocity.runtime.log.LogChute
| Constructor and Description |
|---|
SolrVelocityLogger(org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.velocity.runtime.RuntimeServices runtimeServices) |
boolean |
isLevelEnabled(int level) |
void |
log(int level,
String message) |
void |
log(int level,
String message,
Throwable throwable) |
public void init(org.apache.velocity.runtime.RuntimeServices runtimeServices)
throws Exception
init in interface org.apache.velocity.runtime.log.LogChuteExceptionpublic void log(int level,
String message)
log in interface org.apache.velocity.runtime.log.LogChutepublic void log(int level,
String message,
Throwable throwable)
log in interface org.apache.velocity.runtime.log.LogChutepublic boolean isLevelEnabled(int level)
isLevelEnabled in interface org.apache.velocity.runtime.log.LogChuteCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.