APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Namespaces
messages.h File Reference
#include <sstream>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  apfel
 Namespace for all APFEL++ functions and classes.
 

Functions

Message functions

Collection of functions related to the verbosity of the code.

void apfel::SetVerbosityLevel (int const &vl)
 Set Verbosity level.
 
int apfel::GetVerbosityLevel ()
 Get Verbosity level.
 
void apfel::report (std::string const &what)
 Function that prints information on screen. Effective according to the verbosity level.
 
void apfel::info (std::string const &tag, std::string const &what)
 Function that prints information on screen. Effective according to the verbosity level.
 
void apfel::warning (std::string const &tag, std::string const &what)
 Function that prints warnings on screen. Effective according to the verbosity level.
 
std::string apfel::error (std::string const &tag, std::string const &what)
 Function that prints information on screen. Always effective.
 
void apfel::Banner ()
 Function that prints the APFEL++ banner on screen. Effective according to the verbosity level.