Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface Logger
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable t) |
void |
error(String message)
Logs an error message.
|
void |
error(String message,
Throwable t)
Logs an error message with an exception.
|
void |
info(String message)
Logs an informational message.
|
void |
info(String message,
Throwable t)
Logs an informational message with an exception.
|
void |
warn(String message)
Logs a warning message.
|
void |
warn(String message,
Throwable t)
Logs a warning message with an exception.
|
void warn(String message)
message - the message to logvoid info(String message)
message - the message to logvoid error(String message)
message - the message to logvoid warn(String message,
Throwable t)
message - the message to logt - the throwable associated with the warningvoid info(String message,
Throwable t)
message - the message to logt - the throwable associated with the info logvoid error(String message,
Throwable t)
message - the message to logt - the throwable associated with the errorvoid debug(String message)
void debug(String message,
Throwable t)
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy