#include <B2BITS_CqgLogger.h>
|
virtual void | onDebug (std::string const &message)=0 |
| Notifies about debug event.
|
|
virtual void | onError (std::string const &message)=0 |
| Notifies about error event.
|
|
virtual void | onNote (std::string const &message)=0 |
| Notifies about note event.
|
|
virtual void | onWarning (std::string const &message)=0 |
| Notifies about warning.
|
|
virtual | ~Logger () |
|
virtual bool | addRef () const throw () |
| Increments reference counter.
|
|
virtual long | getNRef () const throw () |
| Returns the current value of the reference counter.
|
|
| ReferenceCounter () throw () |
| Constructor.
|
|
virtual long | release () const throw () |
| Decrements reference counter.
|
|
|
long | decrement () const throw () |
| Decrements counter and returns new counter value.
|
|
long | increment () const throw () |
| Increments counter and returns new counter value.
|
|
virtual | ~ReferenceCounter () |
| Destructor.
|
|
◆ ~Logger()
virtual Cqg::Logger::~Logger |
( |
| ) |
|
|
inlinevirtual |
◆ onDebug()
virtual void Cqg::Logger::onDebug |
( |
std::string const & | message | ) |
|
|
pure virtual |
Notifies about debug event.
◆ onError()
virtual void Cqg::Logger::onError |
( |
std::string const & | message | ) |
|
|
pure virtual |
Notifies about error event.
◆ onNote()
virtual void Cqg::Logger::onNote |
( |
std::string const & | message | ) |
|
|
pure virtual |
Notifies about note event.
◆ onWarning()
virtual void Cqg::Logger::onWarning |
( |
std::string const & | message | ) |
|
|
pure virtual |