A Abstract class to create a Custom Logging MethodUse this as the basis to create a custom logging class for your applation.
More...
#include <Log.h>
A Abstract class to create a Custom Logging Method
Use this as the basis to create a custom logging class for your applation.
- See also
- Log::SetLoggingClass
◆ i_LogImpl()
OpenZWave::i_LogImpl::i_LogImpl |
( |
| ) |
|
|
inline |
◆ ~i_LogImpl()
virtual OpenZWave::i_LogImpl::~i_LogImpl |
( |
| ) |
|
|
inlinevirtual |
◆ QueueClear()
virtual void OpenZWave::i_LogImpl::QueueClear |
( |
| ) |
|
|
pure virtual |
◆ QueueDump()
virtual void OpenZWave::i_LogImpl::QueueDump |
( |
| ) |
|
|
pure virtual |
◆ SetLogFileName()
virtual void OpenZWave::i_LogImpl::SetLogFileName |
( |
const string & |
_filename | ) |
|
|
pure virtual |
◆ SetLoggingState()
◆ Write()
virtual void OpenZWave::i_LogImpl::Write |
( |
LogLevel |
_level, |
|
|
uint8 const |
_nodeId, |
|
|
char const * |
_format, |
|
|
va_list |
_args |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: