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. More... | |
virtual bool | next () |
Member function next returns true to indicate that the log stream should write to the log file. More... | |
![]() | |
virtual | ~LogControlRule () |
Class LogControlRuleAlways
is a log control rule that always wants to write to the log file.
Definition at line 57 of file LogControl.hpp.
|
inlinevirtual |
Destroys a LogControlRuleAlways
instance.
Definition at line 63 of file LogControl.hpp.
|
inline |
Creates a new LogControlRuleAlways
instance.
Definition at line 70 of file LogControl.hpp.
|
inlinevirtual |
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.
|
inlinevirtual |
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.