public class Slf4jLogWriter extends java.lang.Object implements LogWriter
LogWriter
which uses an SLF4J Logger
as the underlying log backend.
Ignores the timestamp
, instruction reference
, primitive transform
reference
, and thread
fields.
Modifier and Type | Method and Description |
---|---|
static LogWriter |
getDefault() |
void |
log(org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry entry)
Write the contents of the Log Entry to some logging backend.
|