OpenZWave Library 1.2
Classes | Namespaces | Enumerations | Variables
Log.h File Reference
#include <stdarg.h>
#include <string>
#include "Defs.h"
+ Include dependency graph for Log.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenZWave::i_LogImpl
 
class  OpenZWave::Log
 Implements a platform-independent log...written to the console and, optionally, a file. More...
 

Namespaces

namespace  OpenZWave
 

Enumerations

enum  OpenZWave::LogLevel {
  OpenZWave::LogLevel_None , OpenZWave::LogLevel_Always , OpenZWave::LogLevel_Fatal , OpenZWave::LogLevel_Error ,
  OpenZWave::LogLevel_Warning , OpenZWave::LogLevel_Alert , OpenZWave::LogLevel_Info , OpenZWave::LogLevel_Detail ,
  OpenZWave::LogLevel_Debug , OpenZWave::LogLevel_StreamDetail , OpenZWave::LogLevel_Internal
}
 

Variables

char const * OpenZWave::LogLevelString []