Phoenix Logo

phoenix_title wx.LogRecordInfo

Information about a log record (unit of the log output).


class_hierarchy Class Hierarchy

Inheritance diagram for class LogRecordInfo:


property_summary Properties Summary

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.

api 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.