public final class Logger extends Object
Provides a very, very basic logging API.
Type Params | Return Type | Name and description |
---|---|---|
|
public static Logger |
create(Class type) |
|
public static Logger |
create(Class type, String suffix) |
|
public void |
debug(Object msg) |
|
public void |
debug(Object msg, Throwable cause) |
|
public void |
error(Object msg) |
|
public void |
error(Object msg, Throwable cause) |
|
public boolean |
isDebug() |
|
public boolean |
isDebugEnabled() |
|
public void |
warn(Object msg) |
|
public void |
warn(Object msg, Throwable cause) |