public interface ILog
Created by xin on 2016/11/10.
| 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) |
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) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.