57 virtual void write(
const std::string& msg) {
67 std::cout << std::endl;
81 virtual void error(
const std::string& msg) {
82 std::cerr << msg << std::endl;
Base class for 'loggers' that write text messages to log files.
virtual ~Logger()
Destructor - empty.
virtual void write(const std::string &msg)
Write a log message.
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
virtual void error(const std::string &msg)
Write an error message and quit.
Logger()
Constructor - empty.
virtual void writeendl()
Write an end of line character and flush output.
Namespace for the Cantera kernel.