wx.LogRecordInfo¶Information about a log record (unit of the log output).
Class Hierarchy¶
Inheritance diagram for class LogRecordInfo:
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¶Information about a log record (unit of the log output).
A public C++ attribute of type int. The name of the file where this log message was generated.
A public C++ attribute of type int. The name of the function where the log record was generated.
A public C++ attribute of type int. The line number at which this log message was generated.
A public C++ attribute of type int. Time when the log message was generated.
A public C++ attribute of type LongLong_t. Time in milliseconds since Epoch when the log message was generated.