Field3D
|
Contains the Log class which can be used to redirect output to an arbitrary destination. More...
Go to the source code of this file.
Namespaces | |
namespace | Msg |
Contains logging-related functions. | |
Enumerations | |
enum | Msg::Severity { 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. |
Contains the Log class which can be used to redirect output to an arbitrary destination.
Definition in file Log.h.