public Logger
provides methods to output informative messages and errors different implementations might show them or send them off to a server
Modifier and Type | Method and Description |
---|---|
void |
error(java.lang.String message) |
void |
initialize() |
void |
log(java.lang.String message) |
void |
log(java.lang.String caller,
java.lang.String message) |