| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
MsgJob
|
|||
|
|||
| str Callers File Name |
|
||
| int Callers Line Number |
|
||
| dict |
|
||
| str |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
clientid int, id of the client that caused the message. |
|||
|
msg str, msg as created by the client. |
|||
|
msgid int, id of the message. |
|||
|
path client traceback path as sequence of (filename, linenumber). |
|||
|
special dict with custom items (see "special" argument of the log method) |
|||
|
tblen len of the client traceback when the log method was called |
|||
|
ts str, timestamp |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
DEPRECATED: use format_dict of the DBLogWriter
|
|
|
|
|||
clientidint, id of the client that caused the message. Unique in the server. |
msgidint, id of the message. Unique in the client. |
pathclient traceback path as sequence of (filename, linenumber). [0] is the latest (where the log call happened) |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 20 11:46:17 2010 | http://epydoc.sourceforge.net |