#include "data/data.hpp"
#include "data/global.hpp"
#include "data/string.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | gsgl |
| namespace | gsgl::data |
| namespace | gsgl::io |
Classes | |
| class | debug_log_target |
| A log target that prints to a console (or debug output). More... | |
| class | file_log_target |
| A log target that prints to a file. More... | |
| class | log_target |
| Base class for log targets. More... | |
| class | logger |
| Global logger that sends log lines to the various log targets. More... | |
Functions | |
| DATA_API void | log (const gsgl::string &s) |
| DATA_API void | log (int log_level, const gsgl::string &s) |
1.5.5