Interface LogWriter
-
- All Known Implementing Classes:
Slf4jLogWriter
public interface LogWriterA consumer ofBeam Log Entries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry)Write the contents of the Log Entry to some logging backend.
-