@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

    Modifier and Type
    Method
    Description
    Return a new LogBuilder to emit a log.