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().This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
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.
-
-