#include </home/zeitlin/src/wx/github/interface/wx/log.h>
Information about a log record (unit of the log output).
Public Attributes | |
const char * | filename |
The name of the file where this log message was generated. | |
int | line |
The line number at which this log message was generated. | |
const char * | func |
The name of the function where the log record was generated. | |
time_t | timestamp |
Time when the log message was generated. | |
wxThreadIdType | threadId |
Id of the thread in which the message was generated. |
const char* wxLogRecordInfo::filename |
The name of the file where this log message was generated.
const char* wxLogRecordInfo::func |
The name of the function where the log record was generated.
This field may be NULL if the compiler doesn't support __FUNCTION__
(but most modern compilers do).
The line number at which this log message was generated.
wxThreadIdType wxLogRecordInfo::threadId |
Id of the thread in which the message was generated.
This field is only available if wxWidgets was built with threads support (wxUSE_THREADS == 1
).
time_t wxLogRecordInfo::timestamp |
Time when the log message was generated.