Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
loglevel.hpp File Reference
#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.
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file loglevel.hpp.

Variable Documentation

◆ loglevel

i8 shambase::logs::details::loglevel = 0
inline

Internal variable to store the global log level.

Definition at line 33 of file loglevel.hpp.