|
ifw-ccf
3.0.0-pre2
|
Class to be used as parent all CCF classes. More...
#include <base.hpp>
Public Member Functions | |
| Base () | |
| ~Base () | |
| const std::string & | GetClassName () const |
| Return the allocated name of the class. More... | |
| log4cplus::Logger & | Loggger () |
| Return reference to logger used in this context. More... | |
Static Public Member Functions | |
| static ccf::mptk::Manager & | Mptk () |
| Return reference to internal MPTK instance (singleton). More... | |
| static void | SetLogLevel (const ccf::LogLevel log_level) |
| Set the log level. More... | |
| static ccf::LogLevel | GetLogLevel () |
| Return the current CCF log level. More... | |
Protected Member Functions | |
| void | SetClassName (const std::string &class_name) |
| Set the name of the class in question. More... | |
| void | SetLogger (log4cplus::Logger &logger) |
| Set reference to logger used in this context. More... | |
Protected Attributes | |
| log4cplus::Logger | m_logger |
Class to be used as parent all CCF classes.
| ccf::Base::Base | ( | ) |
| ccf::Base::~Base | ( | ) |
| const std::string & ccf::Base::GetClassName | ( | ) | const |
Return the allocated name of the class.
|
static |
Return the current CCF log level.
| log4cplus::Logger & ccf::Base::Loggger | ( | ) |
Return reference to logger used in this context.
|
inlinestatic |
Return reference to internal MPTK instance (singleton).
|
protected |
Set the name of the class in question.
|
protected |
Set reference to logger used in this context.
|
static |
Set the log level.
|
protected |