|
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 () |
Destroys a LogControlRuleAlways instance. | |
| LogControlRuleAlways () | |
Creates a new LogControlRuleAlways instance. | |
| 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 LogControlRule* stk::LogControlRuleAlways::clone | ( | ) | const [inline, virtual] |
Member function clone creates a duplicate LogControlRuleAlways object.
LogControlRule pointer to the new duplicated always object. Implements stk::LogControlRule.
Definition at line 78 of file LogControl.hpp.
| virtual bool stk::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::LogControlRule.
Definition at line 89 of file LogControl.hpp.