Interface LogEmitter
@ThreadSafe
public interface LogEmitter
A
LogEmitter is the entry point into a log pipeline.
Obtain a log builder via logBuilder(), add properties using the setters, and emit it
via LogBuilder.emit().
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
-
Method Details
-
logBuilder
LogBuilder logBuilder()Return a newLogBuilderto emit a log.
-