wx.LogRecordInfo¶
Information about a log record (unit of the log output).
Class Hierarchy¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.LogRecordInfo(object)¶
Information about a log record (unit of the log output).
Properties¶
- filename¶
A public C++ attribute of type
int
. The name of the file where this log message was generated.
- func¶
A public C++ attribute of type
int
. The name of the function where the log record was generated.
- line¶
A public C++ attribute of type
int
. The line number at which this log message was generated.
- timestamp¶
A public C++ attribute of type
int
. Time when the log message was generated.
- timestampMS¶
A public C++ attribute of type
LongLong_t
. Time in milliseconds since Epoch when the log message was generated.