0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Classes | Functions | Variables
Hypertable::Logger Namespace Reference

Logging framework. More...

Namespaces

 Priority
 Output priorities modelled after syslog.
 

Classes

class  LogWriter
 The LogWriter class writes to stdout. More...
 

Functions

void initialize (const String &name)
 Public initialization function - creates a singleton instance of LogWriter. More...
 
LogWriterget ()
 Accessor for the LogWriter singleton instance. More...
 

Variables

static String logger_name
 
static LogWriterlogger_obj = 0
 
static std::mutex mutex
 

Detailed Description

Logging framework.

Variable Documentation

String Hypertable::Logger::logger_name
static

Definition at line 41 of file Logger.cc.

LogWriter* Hypertable::Logger::logger_obj = 0
static

Definition at line 42 of file Logger.cc.

std::mutex Hypertable::Logger::mutex
static

Definition at line 43 of file Logger.cc.