public interface AsLevel
| Modifier and Type | Method and Description |
|---|---|
AsLevel |
asDebug()
Log information as Debug
|
AsLevel |
asError()
Log information as Error
|
AsLevel |
asInfo()
Log information as Info
|
AsLevel |
asWarn()
Log information as Warn
|