Enum Class LogWriterOutput

java.lang.Object
java.lang.Enum<LogWriterOutput>
org.gnome.glib.LogWriterOutput
All Implemented Interfaces:
Enumeration, Serializable, Comparable<LogWriterOutput>, Constable

@Generated("io.github.jwharm.JavaGI") public enum LogWriterOutput extends Enum<LogWriterOutput> implements Enumeration
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 GLogWriterFunc ignores a log entry, it should return HANDLED.