public interface IErrorLogger
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method is called when the program is terminated.
|
void |
log(String message)
Record a message
|
void |
log(Throwable throwable)
Record an exception.
|
Copyright © 2023. All rights reserved.