LogPriority
Log priorities adapted from GLib log levels. Higher values indicate more severe messages.
Mapping (lowest to highest):
DEBUG -> G_LOG_LEVEL_DEBUG
INFO -> G_LOG_LEVEL_INFO
MESSAGE -> G_LOG_LEVEL_MESSAGE
WARNING -> G_LOG_LEVEL_WARNING
CRITICAL-> G_LOG_LEVEL_CRITICAL
ERROR -> G_LOG_LEVEL_ERROR
Entries
Properties
Functions
Link copied to clipboard
Converts a LogPriority to a single-character string representation.
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.