public class BootstrapPluginLogBridge extends Object implements IBootstrapLog
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String format) |
void |
debug(String format,
Object... arguments) |
void |
error(String format) |
void |
error(String format,
Throwable e) |
void |
error(Throwable e,
String format,
Object... arguments) |
static IBootstrapLog |
getLogger(String clazz) |
void |
info(String format) |
void |
info(String format,
Object... arguments) |
boolean |
isDebugEnable() |
boolean |
isErrorEnable() |
boolean |
isInfoEnable() |
boolean |
isWarnEnable() |
void |
warn(String format,
Object... arguments) |
void |
warn(Throwable e,
String format,
Object... arguments) |
public static IBootstrapLog getLogger(String clazz)
public void info(String format)
info in interface IBootstrapLogpublic void info(String format, Object... arguments)
info in interface IBootstrapLogpublic void warn(String format, Object... arguments)
warn in interface IBootstrapLogpublic void warn(Throwable e, String format, Object... arguments)
warn in interface IBootstrapLogpublic void error(String format, Throwable e)
error in interface IBootstrapLogpublic void error(Throwable e, String format, Object... arguments)
error in interface IBootstrapLogpublic boolean isDebugEnable()
isDebugEnable in interface IBootstrapLogpublic boolean isInfoEnable()
isInfoEnable in interface IBootstrapLogpublic boolean isWarnEnable()
isWarnEnable in interface IBootstrapLogpublic boolean isErrorEnable()
isErrorEnable in interface IBootstrapLogpublic void debug(String format)
debug in interface IBootstrapLogpublic void debug(String format, Object... arguments)
debug in interface IBootstrapLogpublic void error(String format)
error in interface IBootstrapLogCopyright © 2019 The Apache Software Foundation. All rights reserved.