Module gwy :: Class AppLoggingFlags
[hide private]
[frames] | no frames]

Class AppLoggingFlags

source code

Flags controlling where program messages are written.


Since: 2.45

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  APP_LOGGING_TO_CONSOLE
Messages go to standard output and standard error depending on message type (emulating where GLib sends them).
  APP_LOGGING_TO_FILE
Messages go to a log file, either gwyddion.log or given by environment variable GWYDDION_LOGFILE.