#include <string>
#include <sstream>
#include <iomanip>
#include <ctime>
#include "SurgSim/Framework/Logger.h"
Go to the source code of this file.
|
class | SurgSim::Framework::LogMessageBase |
| LogMessageBase is a base class to be used to customize messages for logging textual information can be put into a log message by using the << operator in general the message class will output all of its information when the destructor is being invoked, formats the incoming message to timestamp it and adds information about the logger. More...
|
|