19 : verbosity_level_(Verbosity_level) { }
22 virtual std::ostream*
stream() {
return &std::cout;}
virtual void flush(log_level l)
Flush data to log.
The actual implementation of the Logger.
virtual std::ostream * stream()
Underlying stream, can be null if no underlying stream.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
This is the implementation of the Logger used for the Full Physics program.
FpLogger(int Verbosity_level=LogImp::DEBUG)
Constructor.