Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::Logging Class Reference

Control the logging behaviour. More...

#include <Logging.h>

Static Public Member Functions

static void enable () noexcept
 Disable logging.
 
static void disable () noexcept
 Enable logging.
 
static bool isEnabled () noexcept
 Return true if logging is eneabled.
 

Detailed Description

Control the logging behaviour.

For logging use the macro LOG(severity)

Definition at line 76 of file Logging.h.


The documentation for this class was generated from the following file: