aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Config.h')
-rw-r--r--src/crepe/api/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h
index f47f45b..24b5529 100644
--- a/src/crepe/api/Config.h
+++ b/src/crepe/api/Config.h
@@ -26,7 +26,7 @@ public:
* Only messages with equal or higher priority than this value will be
* logged.
*/
- util::log_level level = util::log_level::INFO;
+ util::LogLevel level = util::LogLevel::INFO;
/**
* \brief Colored log output
*