15# ifdef COMPILING_DLL_SimulatedRealityCore
16# define DIMENCOSR_API __declspec(dllexport)
18# define DIMENCOSR_API __declspec(dllimport)
96 static void info(std::string message);
112 static void error(std::string message);
Class with static logging functionality.
Definition: logging.h:43
static void initializeCrashCallBack()
static void flush()
Flushes the log.
static void error(std::string message)
Logs an error message.
static void debugInfo(std::string message)
Logs an informative message if the compiled in debug mode.
static void initializeToFile(Verbosity verbosity, std::string logPath, std::string logFilePrefix)
Initialize underlying logging implementation (GLog) with file logging only.
static void warning(std::string message)
Logs an warning message.
static void info(std::string message)
Logs an informative message.
static void initialize(Verbosity verbosity, std::string logPath, std::string logFilePrefix)
Initialize underlying logging implementation (GLog), logs both to file and console.
#define DIMENCOSR_API
Definition: logging.h:21
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
Verbosity
Verbosity level enumeration.
Definition: logging.h:29
@ HighVerbosity
Definition: logging.h:30
@ LowVerbosity
Definition: logging.h:32
@ NoLogging
Definition: logging.h:33
@ MediumVerbosity
Definition: logging.h:31