LogLevelFlags

class LogLevelFlags(val mask: <Error class: unknown class>) : Bitfield<LogLevelFlags>

Flags specifying the level of log messages.

It is possible to change how GLib treats messages of the various levels using g_log_set_handler() and g_log_set_fatal_mask().

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix override fun or(other: LogLevelFlags): LogLevelFlags