Enumeration (GI Enum)

GLib-2.0GLibLogWriterOutputSince 2.50

Return values from GLogWriterFuncs 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 GLib.LogWriterFunc ignores a log entry, it should return GLib.LogWriterOutput.HANDLED.

2.50

Index
HANDLED: 1

Log writer has handled the log entry.

UNHANDLED: 0

Log writer could not handle the log entry.