|
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. | |
| 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. | |
Interface LogControlRule describes the interface to a log control rule.
Definition at line 25 of file LogControl.hpp.
| virtual stk_classic::LogControlRule::~LogControlRule | ( | ) | [inline, virtual] |
Destroys a LogControlRule instance.
Definition at line 31 of file LogControl.hpp.
| virtual LogControlRule* stk_classic::LogControlRule::clone | ( | ) | const [pure virtual] |
Member function clone creates a clone of the rule.
LogControlRule pointer to newly created duplicate. Implemented in stk_classic::LogControlRuleAlways.
| virtual bool stk_classic::LogControlRule::next | ( | ) | [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.