![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cLogAppender.h>
Public Member Functions | |
| cLogThrottle () | |
| ~cLogThrottle () | |
| float | get_LogThrottle () const |
Public Attributes | |
| float | m_fLogThrottle |
| how fast sent to me? messages/sec More... | |
| TIMESYS_t | m_TimeLogLast |
| Last time period for throttling (1 sec). More... | |
| UINT | m_nQtyLogLast |
| Qty of messages since m_TimeLogLast. More... | |
Parameters for time throttle of log messages. Queue messages up if they are coming too fast.
| Gray::cLogThrottle::cLogThrottle | ( | ) |
| Gray::cLogThrottle::~cLogThrottle | ( | ) |
|
inline |
messages/sec
| float Gray::cLogThrottle::m_fLogThrottle |
how fast sent to me? messages/sec
|
mutable |
Qty of messages since m_TimeLogLast.
|
mutable |
Last time period for throttling (1 sec).