| Constructor and Description |
|---|
LogAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String message,
Exception exception,
int statusInt)
Log an error.
|
void |
logException(String message,
Exception exception)
Log an exception as an error.
|
void |
logWarning(String message,
Exception exception)
Log an exception as a warning.
|
public void log(String message, Exception exception, int statusInt)
log in interface ILogmessage - the messageexception - the causing exceptionstatusInt - a statusILog.log(java.lang.String, java.lang.Exception, int)public void logException(String message, Exception exception)
logException in interface ILogmessage - the messageexception - the causing exception.ILog.logException(java.lang.String, java.lang.Exception)public void logWarning(String message, Exception exception)
logWarning in interface ILogmessage - the messageexception - the causing exceptionILog.logWarning(java.lang.String, java.lang.Exception)Copyright © 2017. All rights reserved.