|
Crossfire Client, Branches
R11627
|
#include <client.h>
Collaboration diagram for LogEntry:Data Fields | |
| LogLevel | level |
| char * | message |
| struct LogEntry * | next |
| char * | origin |
| LogLevel LogEntry::level |
Definition at line 374 of file client.h.
Referenced by getLogText(), and LOG().
| char* LogEntry::message |
Definition at line 372 of file client.h.
Referenced by getLogText().
| struct LogEntry* LogEntry::next |
Definition at line 375 of file client.h.
Referenced by createBugTracker().
| char* LogEntry::origin |
Definition at line 373 of file client.h.
Referenced by getLogText().