Field3D
Log.h File Reference

Contains the Log class which can be used to redirect output to an arbitrary destination. More...

#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 }
 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.

Detailed Description

Contains the Log class which can be used to redirect output to an arbitrary destination.

Definition in file Log.h.