|
CX Framework
Cross-platform C utility framework
|
Volume control: what happens when there is too much to log. More...
#include <cx/log/log.h>Go to the source code of this file.
Data Structures | |
| struct | LogStats |
Typedefs | |
| typedef struct LogStats | LogStats |
Functions | |
| void | logGetStats (LogStats *out) |
| void | logResetStats (void) |
| Zero the cumulative counters and the queue high-water mark. | |
| void | logSetStatsInterval (int64 interval) |
| void | logChanSetSampling (LogChannel *chan, uint32 n) |
| void | logSetDedup (int64 window, uint32 threshold) |
| void | logSetSyncLevel (int level) |
| void | logPanicFlush (void) |
Volume control: what happens when there is too much to log.
Definition in file logvolume.h.