public interface InfoLogger
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Throwable ex)
Adds the exception to the log of all hanlded exceptions.
|
Throwable |
getLastException()
Gets the last exception.
|
void |
log(String info)
Log the information.
|
void |
setLastException(Throwable ex)
Sets the last exception.
|
void log(String info)
info - the informationvoid setLastException(Throwable ex)
ex - the new last exceptionvoid addException(Throwable ex)
ex - ThrowableThrowable getLastException()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.