NuTo
Numerics Tool
Classes | Namespaces | Functions
Logger.h File Reference
#include <iostream>
#include <fstream>
#include <string>

Go to the source code of this file.

Classes

class  NuTo::Logger
 logger class for redirecting output to different locations/files More...
 
struct  NuTo::Log
 set of predefined global loggers More...
 

Namespaces

 NuTo
 

Functions

template<typename T >
Logger & NuTo::operator<< (Logger &rLogger, const T &t)
 Generic output command. More...
 
NuTo::LoggerNuTo::operator<< (NuTo::Logger &rLogger, const char &t)
 
NuTo::LoggerNuTo::operator<< (NuTo::Logger &rLogger, const std::string &t)
 
NuTo::LoggerNuTo::operator<< (NuTo::Logger &rLogger, const char *t)