![]() |
Vault
4.1
|
This class encapsulates the configuration and state for when a named logger should decide to emit a stack trace upon emitting a message. More...
#include <vlogger.h>
Public Member Functions | |
| int | getLevel () const |
| Returns the level that triggers a stack trace. | |
| void | configure (int level, int maxNumOccurrences, const VDuration &timeLimit) |
| bool | shouldPrintStack (int level, VNamedLogger &logger) |
This class encapsulates the configuration and state for when a named logger should decide to emit a stack trace upon emitting a message.
See how VNamedLogger::mPrintStackConfig is used.