Interface LogEmitter
-
@ThreadSafe public interface LogEmitterALogEmitteris the entry point into a log pipeline.Obtain a log builder via
logBuilder(), add properties using the setters, and emit it viaLogBuilder.emit().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogBuilderlogBuilder()Return a newLogBuilderto emit a log.
-
-
-
Method Detail
-
logBuilder
LogBuilder logBuilder()
Return a newLogBuilderto emit a log.
-
-