| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
DebugLog This class is internal. |
||
|
|||
|
uprint(fmt,
*args) Logs a non-milestone message in the USER domain. |
||
| _debug_log_lock() | ||
| _debug_log_unlock() | ||
|
debug_log(is_milestone,
domain,
msg) Logs a message to the debug log. |
||
|
debug_log_current_exception(domain) Logs the current exception as a milestone. |
||
|
debug_log_load_configuration(config_filename) Loads the configuration for the debug log from a file. |
||
|
debug_log_is_domain_enabled(domain) Returns whether a certain domain is enabled in the debug log. |
||
|
debug_log_get_force_dump() Returns True if the debug log configuration specifies that the log should be dumped at the end of the program's execution; False otherwise (the default). |
||
|
debug_log_dump_as_list(config_filename) Returns a list with the contents of the debug log, ready to be sent to a file. |
||
|
debug_log_dump_to_file(config_filename,
file) Dumps the debug log to a file. |
||
|
debug_log_dump_configuration(file) Dumps the current configuration to the specified file object. |
||
|
debug_log_dump_to_dated_file(config_filename) Dumps the debug log to a unique file, convenient for reading by the user. |
||
|
|||
|
DEBUG_LOG_DOMAIN_USER = 'USER'
|
||
|
DEBUG_LOG_DOMAIN_SABAYON_APPLY = 'sabayon-apply'
|
||
|
DEBUG_LOG_DOMAIN_SABAYON_SESSION = 'sabayon-session'
|
||
|
DEBUG_LOG_DOMAIN_DEPRECATED = 'deprecated'
|
||
|
DEBUG_LOG_DOMAIN_USER_PROFILE = 'user-profile'
|
||
|
DEBUG_LOG_DOMAIN_STORAGE = 'storage'
|
||
|
DEBUG_LOG_DOMAIN_PROTO_SESSION = 'proto-session'
|
||
|
DEBUG_LOG_DOMAIN_USERMOD = 'usermod'
|
||
|
DEBUG_LOG_DOMAIN_DIR_MONITOR = 'dir-monitor'
|
||
|
DEBUG_LOG_DOMAIN_GCONF_SOURCE = 'gconf-source'
|
||
|
DEBUG_LOG_DOMAIN_PANEL_DELEGATE = 'panel-delegate'
|
||
|
DEBUG_LOG_DOMAIN_FILES_SOURCE = 'files-source'
|
||
|
DEBUG_LOG_DOMAIN_MOZILLA_SOURCE = 'mozilla-source'
|
||
|
DEBUG_LOG_DOMAIN_ADMIN_TOOL = 'admin-tool'
|
||
|
DEBUG_LOG_DOMAIN_USER_DB = 'user-db'
|
||
|
DEBUG_LOG_DOMAIN_CACHE = 'cache'
|
||
|
DEBUG_LOG_DOMAIN_PESSULUS = 'pessulus'
|
||
|
DEBUG_LOG_DOMAIN_SESSION_WIDGET = 'session-widget'
|
||
|
_debug_log_log = <sabayon.cache.cacheRepository instance at 0x11c7170>
|
||
|
_debug_log_the_lock = <thread.lock object at 0x295fc734168>
|
||
|
__package__ = 'sabayon'
|
||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
DEBUG_LOG_DOMAIN_USERNone
|
DEBUG_LOG_DOMAIN_SABAYON_APPLYNone
|
DEBUG_LOG_DOMAIN_SABAYON_SESSIONNone
|
DEBUG_LOG_DOMAIN_DEPRECATEDNone
|
DEBUG_LOG_DOMAIN_USER_PROFILENone
|
DEBUG_LOG_DOMAIN_STORAGENone
|
DEBUG_LOG_DOMAIN_PROTO_SESSIONNone
|
DEBUG_LOG_DOMAIN_USERMODNone
|
DEBUG_LOG_DOMAIN_DIR_MONITORNone
|
DEBUG_LOG_DOMAIN_GCONF_SOURCENone
|
DEBUG_LOG_DOMAIN_PANEL_DELEGATENone
|
DEBUG_LOG_DOMAIN_FILES_SOURCENone
|
DEBUG_LOG_DOMAIN_MOZILLA_SOURCENone
|
DEBUG_LOG_DOMAIN_ADMIN_TOOLNone
|
DEBUG_LOG_DOMAIN_USER_DBNone
|
DEBUG_LOG_DOMAIN_CACHENone
|
DEBUG_LOG_DOMAIN_PESSULUSNone
|
DEBUG_LOG_DOMAIN_SESSION_WIDGETNone
|
_debug_log_logNone
|
_debug_log_the_lockNone
|
__package__None
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Sun May 19 00:00:29 2013 | http://epydoc.sourceforge.net |