Difference between revisions of "GnuCash Log-levels"
From GnuCash
(Created page with "=GnuCash log-levels = The log-levels used in GnuCash are defined in the following table. For some external libraries or modules which implement logging levels defined in thos...") |
(No difference)
|
Revision as of 05:52, 4 September 2018
GnuCash log-levels
The log-levels used in GnuCash are defined in the following table. For some external libraries or modules which implement logging levels defined in those libraries are translated internally to the GnuCash levels as illustrated for the for the Qof module
Gnucash Log Level | GLib level strings | QOF_LOG_LEVEL |
---|---|---|
G_LOG_LEVEL_ERROR) | "ERROR", "error" | QOF_LOG_FATAL |
G_LOG_LEVEL_CRITICAL | "CRIT", "crit" | QOF_LOG_ERROR |
G_LOG_LEVEL_WARNING | "WARN", "warn" | QOF_LOG_WARNING |
G_LOG_LEVEL_MESSAGE | "MESSG", "mesg" | QOF_LOG_MESSAGE |
G_LOG_LEVEL_INFO | "INFO", "info" | QOF_LOG_INFO |
G_LOG_LEVEL_DEBUG | "DEBUG", "debug" | QOF_LOG_DEBUG |