CppTrail
Loading...
Searching...
No Matches
CppTrail::LoggerOverflowError Class Reference

Exception thrown when the logger queue exceeds its maximum allowed size. This exception is specifically utilized by AsyncLoggerImpl when m_bThrowOnOverflow is set to true and the incoming log rate exceeds the processing capacity of the worker threads. More...

#include <async_logger.h>

Inheritance diagram for CppTrail::LoggerOverflowError:
Collaboration diagram for CppTrail::LoggerOverflowError:

Public Member Functions

 LoggerOverflowError ()
 Constructs a new LoggerOverflowError object.
 

Detailed Description

Exception thrown when the logger queue exceeds its maximum allowed size. This exception is specifically utilized by AsyncLoggerImpl when m_bThrowOnOverflow is set to true and the incoming log rate exceeds the processing capacity of the worker threads.


The documentation for this class was generated from the following file: