Instrument Neutral Distributed Interface INDI  2.0.2
DriverCommon.cpp
Go to the documentation of this file.
1 
9 #include "indilogger.h"
10 
11 namespace INDI
12 {
13 namespace AlignmentSubsystem
14 {
15 int DBG_ALIGNMENT = INDI::Logger::getInstance().addDebugLevel("Alignment Subsystem", "ALIGNMENT");
16 
17 } // namespace AlignmentSubsystem
18 } // namespace INDI
Namespace to encapsulate INDI client, drivers, and mediator classes.
static Logger & getInstance()
Method to get a reference to the object (i.e., Singleton) It is a static method.
Definition: indilogger.cpp:339
int addDebugLevel(const char *debugLevelName, const char *LoggingLevelName)
Adds a new debugging level to the driver.
Definition: indilogger.cpp:72