|
Sierra Toolkit
Version of the Day
|
Class LogControlRuleAlways is a log control rule that always wants to write to the log file.
More...
#include <LogControl.hpp>


Public Member Functions | |
| virtual | ~LogControlRuleAlways () |
| LogControlRuleAlways () | |
| virtual LogControlRule * | clone () const |
Member function clone creates a duplicate LogControlRuleAlways object. | |
| virtual bool | next () |
Member function next returns true to indicate that the log stream should write to the log file. | |
Class LogControlRuleAlways is a log control rule that always wants to write to the log file.
Definition at line 57 of file LogControl.hpp.
| virtual stk_classic::LogControlRuleAlways::~LogControlRuleAlways | ( | ) | [inline, virtual] |
Destroys a LogControlRuleAlways instance.
Definition at line 63 of file LogControl.hpp.
Creates a new LogControlRuleAlways instance.
Definition at line 70 of file LogControl.hpp.
| virtual LogControlRule* stk_classic::LogControlRuleAlways::clone | ( | ) | const [inline, virtual] |
Member function clone creates a duplicate LogControlRuleAlways object.
LogControlRule pointer to the new duplicated always object. Implements stk_classic::LogControlRule.
Definition at line 78 of file LogControl.hpp.
| virtual bool stk_classic::LogControlRuleAlways::next | ( | ) | [inline, virtual] |
Member function next returns true to indicate that the log stream should write to the log file.
bool returns true to indicate that the log stream should write to the log file. Implements stk_classic::LogControlRule.
Definition at line 89 of file LogControl.hpp.