![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/aliases_int.hpp"
Include dependency graph for loglevel.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shambase |
| namespace for basic c++ utilities | |
| namespace | shambase::logs |
| Namespace containing logs utils. | |
| namespace | details |
| Namespace for internal details of the logs module. | |
Functions | |
| void | shambase::logs::set_loglevel (i8 val) |
| Set the global log level. | |
| i8 | shambase::logs::get_loglevel () |
| Get the current global log level. | |
Variables | |
| i8 | shambase::logs::details::loglevel = 0 |
| Internal variable to store the global log level. | |
Definition in file loglevel.hpp.
|
inline |
Internal variable to store the global log level.
Definition at line 33 of file loglevel.hpp.