![]() |
OpenZWave Library 1.2
|
Windows-specific implementation of the Log class. More...
#include <LogImpl.h>
Inheritance diagram for OpenZWave::LogImpl:
Collaboration diagram for OpenZWave::LogImpl:Friends | |
| class | Log |
Additional Inherited Members | |
Public Member Functions inherited from OpenZWave::i_LogImpl | |
| i_LogImpl () | |
| virtual | ~i_LogImpl () |
| virtual void | Write (LogLevel _level, uint8 const _nodeId, char const *_format, va_list _args)=0 |
| virtual void | QueueDump ()=0 |
| virtual void | QueueClear ()=0 |
| virtual void | SetLoggingState (LogLevel _saveLevel, LogLevel _queueLevel, LogLevel _dumpTrigger)=0 |
| virtual void | SetLogFileName (const string &_filename)=0 |
Windows-specific implementation of the Log class.
|
friend |