LogWriterOutput#

Added in version 2.50.

class LogWriterOutput#

Return values from LogWriterFunc to indicate whether the given log entry was successfully handled by the writer, or whether there was an error in handling it (and hence a fallback writer should be used).

If a LogWriterFunc ignores a log entry, it should return HANDLED.

Fields#

class LogWriterOutput
HANDLED#

The type of the None singleton.

UNHANDLED#

The type of the None singleton.