|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|


Public Member Functions | |
| SimpleLogger () | |
| std::ostream & | log () const |
| void | setLog (std::ostream &out) |
| void | setVerbosity (Verbosity verbosity) |
| Verbosity | getVerbosity () const |
Protected Attributes | |
| Verbosity | verbosity_ |
| std::ostream * | log_ |
A very simple logger
Definition at line 24 of file simple_logger.hpp.
|
inline |
Creates a new simple logger
Definition at line 35 of file simple_logger.hpp.