C++ style logger. More...
#include <iostream>#include <string>#include "color.h"#include "../parameter.h"#include <fstream>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | Color::Modifier |
| Modify (color) of terminal output. More... | |
| struct | structLog |
| Logger settings. More... | |
| class | Logger |
| Logger class. More... | |
Namespaces | |
| namespace | Color |
| Colors for output formatting. | |
Enumerations | |
| enum | typeLog { DEBUG , INFO , TRACE , WARN , ERROR , TIME } |
| logging types More... | |
Functions | |
| std::ostream & | Color::operator<< (std::ostream &os, const Color::Modifier &mod) |
Variables | |
| structLog | LOGCFG |
| enum typeLog |