Gjsify LogoGjsify Logo

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().

bitfield

Index

Enumeration Members

FLAG_FATAL: number

internal flag

FLAG_RECURSION: number

internal flag

LEVEL_CRITICAL: number

log level for critical warning messages, see g_critical(). This level is also used for messages produced by g_return_if_fail() and g_return_val_if_fail().

LEVEL_DEBUG: number

log level for debug messages, see g_debug()

LEVEL_ERROR: number

log level for errors, see g_error(). This level is also used for messages produced by g_assert().

LEVEL_INFO: number

log level for informational messages, see g_info()

LEVEL_MASK: number

a mask including all log levels

LEVEL_MESSAGE: number

log level for messages, see g_message()

LEVEL_WARNING: number

log level for warnings, see g_warning()

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method