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

Log writer has handled the log entry.

UNHANDLED

Log writer could not handle the log entry.