public class BoostLogger extends Object implements org.microshed.boost.common.BoostLoggerI
| Constructor and Description |
|---|
BoostLogger(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Throwable e) |
void |
debug(Throwable e) |
void |
error(String msg) |
org.apache.maven.plugin.logging.Log |
getLog() |
static BoostLogger |
getSystemStreamLogger() |
void |
info(String msg) |
boolean |
isDebugEnabled() |
void |
warn(String msg) |
public org.apache.maven.plugin.logging.Log getLog()
public static BoostLogger getSystemStreamLogger()
public void debug(String msg)
debug in interface org.microshed.boost.common.BoostLoggerIpublic void debug(String msg, Throwable e)
debug in interface org.microshed.boost.common.BoostLoggerIpublic void debug(Throwable e)
debug in interface org.microshed.boost.common.BoostLoggerIpublic void warn(String msg)
warn in interface org.microshed.boost.common.BoostLoggerIpublic void info(String msg)
info in interface org.microshed.boost.common.BoostLoggerIpublic void error(String msg)
error in interface org.microshed.boost.common.BoostLoggerIpublic boolean isDebugEnabled()
isDebugEnabled in interface org.microshed.boost.common.BoostLoggerICopyright © 2019 the original author or authors.