public interface CommonLoggerI
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg)
Log debug
|
void |
debug(String msg,
Throwable e)
Log debug
|
void |
debug(Throwable e)
Log debug
|
void |
error(String msg)
Log error
|
void |
info(String msg)
Log info
|
boolean |
isDebugEnabled()
Returns whether debug is enabled by the current logger
|
void |
warn(String msg)
Log warning
|
void debug(String msg)
msg - void debug(Throwable e)
e - void warn(String msg)
msg - void info(String msg)
msg - void error(String msg)
msg - boolean isDebugEnabled()
Copyright © 2022 the original author or authors.