NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
logger.hpp File Reference
#include <fstream>
#include <string>
#include <vector>
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 This class represents a simple logging functionality, which might be extended in the future to handle more generic logging formats. More...
 
class  DetachedLogger
 This class is a specialisation of the Logger to run detached, i.e. as a global instance usable form everywhere. More...
 

Variables

DetachedLogger g_logger
 

Variable Documentation

◆ g_logger