◆ CAssertionLogger()
| CAssertionLogger::CAssertionLogger |
( |
const char * |
pAssertLogPath, |
|
|
const char * |
pGameName |
|
) |
| |
◆ Dump()
| void CAssertionLogger::Dump |
( |
| ) |
|
|
private |
◆ GlobalFinish()
| void CAssertionLogger::GlobalFinish |
( |
| ) |
|
|
overridevirtual |
Flushes output buffers and shuts down. Global loggers cannot be destroyed because they might be accessed from multiple threads concurrently.
This function is called on the global logger by log_global_logger_finish when the program is about to shut down and loggers are supposed to finish writing the log messages they have received so far.
The destructor of this ILogger instance will not be called if this function is called.
- See also
- log_global_logger_finish
Reimplemented from ILogger.
◆ Log()
Send the specified message to the logging backend.
- Parameters
-
| pMessage | Struct describing the log message. |
Implements ILogger.
◆ m_aAssertLogPath
◆ m_aGameName
| char CAssertionLogger::m_aGameName[256] |
|
private |
◆ m_DbgMessageMutex
| CLock CAssertionLogger::m_DbgMessageMutex |
|
private |
◆ m_DbgMessages
The documentation for this class was generated from the following file: