VOS::LogLevelCtrl Class Reference
#include <logctrl.hh>
Inheritance diagram for VOS::LogLevelCtrl:

Detailed Description
Definition at line 9 of file logctrl.hh.
Public Member Functions
- LogLevelCtrl (VobjectBase *vb)
- virtual ~LogLevelCtrl ()
- virtual const std::string getVOSType ()
- virtual void setLogLevel (const std::string &channel, int level)=0
- virtual int getLogLevel (const std::string &channel)=0
Constructor & Destructor Documentation
| VOS::LogLevelCtrl::LogLevelCtrl | ( | VobjectBase * | vb | ) |
| virtual VOS::LogLevelCtrl::~LogLevelCtrl | ( | ) | [virtual] |
Member Function Documentation
| virtual int VOS::LogLevelCtrl::getLogLevel | ( | const std::string & | channel | ) | [pure virtual] |
Implemented in VOS::LocalLogLevelCtrl, and VOS::RemoteLogLevelCtrl.
| virtual const std::string VOS::LogLevelCtrl::getVOSType | ( | ) | [virtual] |
- Returns:
- the specific VOS type name that represents the VOS interface this object is supplying. This should always be overridden by the subclass.
Reimplemented from VOS::MetaObject.
| virtual void VOS::LogLevelCtrl::setLogLevel | ( | const std::string & | channel, | |
| int | level | |||
| ) | [pure virtual] |
Implemented in VOS::LocalLogLevelCtrl, and VOS::RemoteLogLevelCtrl.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/metaobjects/misc/logctrl.hh