Vault  4.1
Public Member Functions
VSilentLogAppender Class Reference

An appender that discards everything emitted to it. More...

#include <vlogger.h>

Inheritance diagram for VSilentLogAppender:
VLogAppender

List of all members.

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 &)

Detailed Description

An appender that discards everything emitted to it.

It defines no additional settings properties.

Definition at line 1066 of file vlogger.h.


Member Function Documentation

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.

Parameters:
infoNodethe Bento node to which to add this appender's properties

Reimplemented from VLogAppender.

Definition at line 1180 of file vlogger.cpp.

References VBentoNode::addString().


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.