Package wx :: Class Log
[frames | no frames]

Type Log

object --+
         |
        Log

Known Subclasses:
LogBuffer, LogChain, LogGui, LogStderr, LogTextCtrl, LogWindow, PyLog

Proxy of C++ Log class


Method Summary
Log __init__(self)
  __repr__(self)
  AddTraceMask(str)
(Static method)
  ClearTraceMasks()
(Static method)
  Destroy(self)
  DontCreateOnDemand()
(Static method)
bool EnableLogging(doIt)
(Static method)
  Flush(self)
  FlushActive()
(Static method)
Log GetActiveTarget()
(Static method)
wxLogLevel GetLogLevel()
(Static method)
wxChar GetTimestamp()
(Static method)
wxTraceMask GetTraceMask()
(Static method)
wxArrayString GetTraceMasks()
(Static method)
bool GetVerbose()
(Static method)
bool IsAllowedTraceMask(mask)
(Static method)
bool IsEnabled()
(Static method)
  OnLog(level, szString, t)
(Static method)
  RemoveTraceMask(str)
(Static method)
  Resume()
(Static method)
Log SetActiveTarget(pLogger)
(Static method)
  SetLogLevel(logLevel)
(Static method)
  SetTimestamp(ts)
(Static method)
  SetTraceMask(ulMask)
(Static method)
  SetVerbose(bVerbose)
(Static method)
  Suspend()
(Static method)
String TimeStamp()
(Static method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:45:38 2007 http://epydoc.sf.net