|
Schnek
|
#include <logger.hpp>


Public Member Functions | |
| std::ostream & | out () |
| std::ostream & | err () |
Friends | |
| class | Singleton< Logger > |
| class | CreateUsingNew< Logger > |
Additional Inherited Members | |
Static Public Member Functions inherited from schnek::schnek::Singleton< Logger > | |
| static Logger & | instance () |
Protected Member Functions inherited from schnek::schnek::Singleton< Logger > | |
| ~Singleton () | |
Instance of the logger singleton used for logging debug and error messages.
The logger provides a std::ostream for error messages and for other messages. These are provided by the methods out and err. Currently they are implemented to return the std::cout and std::cerr streams.
|
inline |
Return the ostream for writing error messages.
Currently implemented to return std::cerr
|
inline |
Return the ostream for writing standard debug comments.
Currently implemented to return std::cout