Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
LoxLog.hpp File Reference

Logging system, uses syslog on posix and normal logging on Windows. More...

#include <string>
#include <stdarg.h>
#include "LoxException.hpp"
#include <syslog.h>
Include dependency graph for LoxLog.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Lox::Log
 Logging system, uses syslog on posix and normal logging on Windows. More...
 

Namespaces

 Lox
 Common methods and functionality easily shared between projects.
 

Detailed Description

Logging system, uses syslog on posix and normal logging on Windows.