public interface LoggerHandler
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the logger.
|
void |
logEvent(BlacklistEvent event,
java.lang.String comment)
Log an event.
|
void logEvent(BlacklistEvent event, java.lang.String comment)
event - The eventcomment - The comment to log with the eventvoid close()