TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 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).
GLogWriterFuncs
If a GLib.LogWriterFunc ignores a log entry, it should return GLib.LogWriterOutput.HANDLED.
2.50
Log writer has handled the log entry.
Log writer could not handle the log entry.
Return values from
GLogWriterFuncsto 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.
Since
2.50