gui_loggerļ
- bapsf_motion.gui.configure.helpers.gui_logger = <Logger GUI (WARNING)>ļ
Instances of the Logger class represent a single logging channel. A ālogging channelā indicates an area of an application. Exactly how an āareaā is defined is up to the application developer. Since an application can have any number of areas, logging channels are identified by a unique string. Application areas can be nested (e.g. an area of āinput processingā might include sub-areas āread CSV filesā, āread XLS filesā and āread Gnumeric filesā). To cater for this natural nesting, channel names are organized into a namespace hierarchy where levels are separated by periods, much like the Java or Python package namespace. So in the instance given above, channel names might be āinputā for the upper level, and āinput.csvā, āinput.xlsā and āinput.gnuā for the sub-levels. There is no arbitrary limit to the depth of nesting.