Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Namespaces
indilogger.cpp File Reference
#include "indilogger.h"
#include "indiutility.h"
#include <dirent.h>
#include <cerrno>
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <sys/stat.h>

Go to the source code of this file.

Classes

class  INDI::Logger
 The Logger class is a simple logger to log messages to file and INDI clients. This is the implementation of a simple logger in C++. It is implemented as a Singleton, so it can be easily called through two DEBUG macros. It is Pthread-safe. It allows to log on both file and screen, and to specify a verbosity threshold for both of them. More...
 

Namespaces

 INDI
 Namespace to encapsulate INDI client, drivers, and mediator classes.