Public Types | |
| enum | Type { LT_FILE, LT_FUNC } |
Public Member Functions | |
| LogEntry (File *file, bool close, bool standart, int levels) | |
| LogEntry (LogFunction *func, int levels) | |
Public Attributes | |
| union { | |
| struct { | |
| File * file | |
| bool close | |
| bool standart | |
| } | |
| LogFunction * func | |
| }; | |
| Type | type |
| int | levels |
| LogServer::LogEntry::LogEntry | ( | File * | file, | |
| bool | close, | |||
| bool | standart, | |||
| int | levels | |||
| ) | [inline] |
| LogServer::LogEntry::LogEntry | ( | LogFunction * | func, | |
| int | levels | |||
| ) | [inline] |
| union { ... } |
1.5.3