Sierra Toolkit
Version of the Day
|
Interface LogControlRule
describes the interface to a log control rule.
More...
#include <LogControl.hpp>
Public Member Functions | |
virtual | ~LogControlRule () |
virtual LogControlRule * | clone () const =0 |
Member function clone creates a clone of the rule. More... | |
virtual bool | next ()=0 |
Member function next returns true if the log stream should write to the log file, and false if the log stream should write to the cache. More... | |
Interface LogControlRule
describes the interface to a log control rule.
Definition at line 25 of file LogControl.hpp.
|
inlinevirtual |
Destroys a LogControlRule
instance.
Definition at line 31 of file LogControl.hpp.
|
pure virtual |
Member function clone
creates a clone of the rule.
LogControlRule
pointer to newly created duplicate. Implemented in stk_classic::LogControlRuleAlways.
|
pure virtual |
Member function next
returns true if the log stream should write to the log file, and false if the log stream should write to the cache.
bool
value of true if the log stream should write to the log file, and false if the log stream should write to the cache. Implemented in stk_classic::LogControlRuleAlways.