Field3D
|
#include <boost/lexical_cast.hpp>
#include "ns.h"
Go to the source code of this file.
Namespaces | |
namespace | Msg |
Contains logging-related functions. | |
Enumerations | |
enum | Msg::Severity { Msg::SevMessage, Msg::SevWarning, Msg::SevMessage, Msg::SevWarning } |
Used by the Msg::print() call. More... | |
Functions | |
void | Msg::print (Severity severity, const std::string &message) |
Sends the string to the assigned output, prefixing the message with the severity. | |
void | Msg::print (const std::string &message) |
Sends the string to the assigned output. |