OpenZWave Library  1.4.5216
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

 OpenZWave
 

Enumerations

enum  OpenZWave::LogLevel {
  OpenZWave::LogLevel_Invalid, 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 []