public interface ILog
| 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.
|
void log(String message, Exception exception, int statusInt)
message - the messageexception - the causing exceptionstatusInt - a statusvoid logException(String message, Exception exception)
message - the messageexception - the causing exception.Copyright © 2017. All rights reserved.