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