![]() |
Vault
4.1
|
An appender that discards everything emitted to it. More...
#include <vlogger.h>
Public Member Functions | |
VSilentLogAppender (const VString &name) | |
VSilentLogAppender (const VSettingsNode &settings, const VSettingsNode &defaults) | |
virtual void | addInfo (VBentoNode &infoNode) const |
For diagnostic purposes, adds the properties/state of this appender to the supplied Bento node. | |
virtual void | emit (int, const char *, int, bool, const VString &, bool, const VString &) |
An appender that discards everything emitted to it.
It defines no additional settings properties.
void VSilentLogAppender::addInfo | ( | VBentoNode & | infoNode | ) | const [virtual] |
For diagnostic purposes, adds the properties/state of this appender to the supplied Bento node.
Concrete classes should call inherited and then add their type-specific info.
infoNode | the Bento node to which to add this appender's properties |
Reimplemented from VLogAppender.
Definition at line 1180 of file vlogger.cpp.
References VBentoNode::addString().