This page contains the Support Package documentation.
This module sets up the internal logging of the framework. By default errors will be printed to STDERR while warnings won’t be shown at all.
During development it is recommended that you run the following after importing gtkmc. Remember to take it out before shipping your application.
import logging
logging.getLogger("gtkmvc").setLevel(logging.DEBUG)