Interface LogWriter
- All Known Implementing Classes:
 Slf4jLogWriter
public interface LogWriter
A consumer of 
Beam Log Entries.- 
Method Summary
Modifier and TypeMethodDescriptionvoidlog(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry) Write the contents of the Log Entry to some logging backend. 
- 
Method Details
- 
log
void log(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry) Write the contents of the Log Entry to some logging backend. 
 -