| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class Log |
|
object --+
|
Log
LogBuffer,
LogChain,
LogGui,
LogStderr,
LogTextCtrl,
LogWindow,
PyLogProxy 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 | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:45:38 2007 | http://epydoc.sf.net |