Interface LogWriter

  • All Known Implementing Classes:
    Slf4jLogWriter

    public interface LogWriter
    A consumer of Beam Log Entries.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry)
      Write the contents of the Log Entry to some logging backend.
    • Method Detail

      • log

        void log​(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry)
        Write the contents of the Log Entry to some logging backend.