Interface LoggingEventSink
-
public interface LoggingEventSinkGathers log lines as they are produced byTracingAppender.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(String line)Consumes a log line.
-
-
-
Method Detail
-
consume
void consume(String line)
Consumes a log line.
-
-