10# ifdef COMPILING_DLL_SimulatedRealityCore
11# define DIMENCOSR_API __declspec(dllexport)
13# define DIMENCOSR_API __declspec(dllimport)
91 static void info(std::string message);
107 static void error(std::string message);
Class with static logging functionality.
Definition: logging.h:38
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:16
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
Verbosity
Verbosity level enumeration.
Definition: logging.h:24
@ HighVerbosity
Definition: logging.h:25
@ LowVerbosity
Definition: logging.h:27
@ NoLogging
Definition: logging.h:28
@ MediumVerbosity
Definition: logging.h:26