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.