public final class Logger extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Logger | create(Class type) | 
| static Logger | create(Class type,
      String suffix) | 
| void | debug(Object msg) | 
| void | debug(Object msg,
     Throwable cause) | 
| void | error(Object msg) | 
| void | error(Object msg,
     Throwable cause) | 
| boolean | isDebug() | 
| boolean | isDebugEnabled() | 
| void | warn(Object msg) | 
| void | warn(Object msg,
    Throwable cause) |