phoenix_title wx.tools.dbg.Logger


class_hierarchy Class Hierarchy

Inheritance diagram for class Logger:

method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

IsEnabled

IsSuspended

log

This function provides a useful framework for generating

SetEnabled

SetIndent

SetStream

SetSuspend

SetWxLog


api Class API

Logger:
__init__(self, name=None)

Initialize self. See help(type(self)) for accurate signature.

IsEnabled()
IsSuspended()
log(self, \*args, \*\*kwargs)

This function provides a useful framework for generating optional debugging output that can be displayed at an arbitrary level of indentation.

SetEnabled(self, value)
SetIndent(self, value)
SetStream(self, value)
SetSuspend(self, value)
SetWxLog(self, value)