public class MavenLogChute extends Object implements org.apache.velocity.runtime.log.LogChute
| Constructor and Description |
|---|
MavenLogChute(org.apache.maven.plugin.logging.Log logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.velocity.runtime.RuntimeServices arg0) |
boolean |
isLevelEnabled(int lvl) |
void |
log(int lvl,
String msg) |
void |
log(int lvl,
String msg,
Throwable t) |
public MavenLogChute(org.apache.maven.plugin.logging.Log logger)
public void init(org.apache.velocity.runtime.RuntimeServices arg0) throws Exception
init in interface org.apache.velocity.runtime.log.LogChuteExceptionpublic boolean isLevelEnabled(int lvl)
isLevelEnabled in interface org.apache.velocity.runtime.log.LogChutepublic void log(int lvl, String msg)
log in interface org.apache.velocity.runtime.log.LogChuteCopyright © 2009-2015. All Rights Reserved.