Package io.inugami.api.monitoring.logs
Interface LogListener
-
public interface LogListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String loggerName)voidappend(BasicLogEvent event)
-
-
-
Method Detail
-
accept
boolean accept(String loggerName)
-
append
void append(BasicLogEvent event)
-
-