Field3D
Log.cpp File Reference

Contains implementations of the logging-related functions. More...

#include <iostream>
#include "Log.h"

Go to the source code of this file.

Namespaces

 Msg
 Contains logging-related functions.
 

Functions

FIELD3D_API void Msg::print (Severity severity, const std::string &message)
 Sends the string to the assigned output, prefixing the message with the severity. More...
 
FIELD3D_API void Msg::setVerbosity (int level=1)
 Set the verbosity level of console output: 0 = do not echo anything to the console; >=1 = echo all messages and warnings to the console. More...
 

Variables

static int Msg::verbosity = 1
 

Detailed Description

Contains implementations of the logging-related functions.

Definition in file Log.cpp.