:right-sidebar: True LogWriterOutput =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.50 .. class:: LogWriterOutput :no-contents-entry: Return values from :obj:`~gi.repository.GLib.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 :obj:`~gi.repository.GLib.LogWriterFunc` ignores a log entry, it should return :const:`~gi.repository.GLib.LogWriterOutput.HANDLED`. Fields ------ .. rst-class:: interim-class .. class:: LogWriterOutput :no-index: .. attribute:: HANDLED The type of the None singleton. .. attribute:: UNHANDLED The type of the None singleton.