diff options
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/log.h b/common/log.h index 52158f18..5745df0d 100644 --- a/common/log.h +++ b/common/log.h @@ -44,11 +44,11 @@ struct log_execution_error_exception enum class LogLevel { - LOG, - INFO, - WARNING, - ERROR, - ALWAYS + LOG_MSG, + INFO_MSG, + WARNING_MSG, + ERROR_MSG, + ALWAYS_MSG }; extern std::vector<std::pair<std::ostream *, LogLevel>> log_streams; |