Package wx :: Package tools :: Module dbg :: Class Logger
[frames | no frames]

Class Logger


Method Summary
  __init__(self, name)
  __call__(self, *args, **kwargs)
This function provides a useful framework for generating optional debugging output that can be displayed at an arbitrary level of indentation.
  dbg(self, *args, **kwargs)
This function provides a useful framework for generating optional debugging output that can be displayed at an arbitrary level of indentation.
  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.
  msg(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)

Method Details

__call__(self, *args, **kwargs)
(Call operator)

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

dbg(self, *args, **kwargs)

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

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.

msg(self, *args, **kwargs)

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

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:23 2005 http://epydoc.sf.net