Information about a log record (unit of the log output).
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. |
wx.
LogRecordInfo
(object)¶Information about a log record (unit of the log output).
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.