diff --git a/src/utility/macros.h b/src/utility/macros.h index 9c79fcc4d..b72cf5f26 100644 --- a/src/utility/macros.h +++ b/src/utility/macros.h @@ -131,6 +131,11 @@ do { \ } \ } while (false) \ +#define STORM_GLOBAL_LOGLEVEL_ERROR() \ +do { \ +storm_runtime_loglevel = STORM_LOGLEVEL_ERROR; \ +} while(false) + #define STORM_GLOBAL_LOGLEVEL_INFO() \ do { \ storm_runtime_loglevel = STORM_LOGLEVEL_INFO; \