16 #ifndef SURGSIM_FRAMEWORK_LOGMESSAGE_H 17 #define SURGSIM_FRAMEWORK_LOGMESSAGE_H 19 #include "SurgSim/Framework/LogMessageBase.h" 61 #endif // SURGSIM_FRAMEWORK_LOGMESSAGE_H LogMessageBase(Logger *logger, int level)
Construct a LogMessage.
Definition: LogMessageBase.cpp:25
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Specialization, handles flush on destruction.
Definition: LogMessage.h:33
void flush()
write the current message to the logger
Definition: LogMessageBase.h:89
An object that can be used to control logging parameters, such as verbosity and log output destinatio...
Definition: Logger.h:51
LogMessageBase is a base class to be used to customize messages for logging textual information can b...
Definition: LogMessageBase.h:40