public interface LogHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(DebugLog log)
Method handling debug log by persisting it to the database.
|
void |
handle(ErrorLog log)
Method handling error log by persisting it to the database.
|
Copyright © 2020. All rights reserved.