add critical log level

This commit is contained in:
weko 2023-03-30 21:31:12 +00:00
parent cd1af85e39
commit a80aeb6715
3 changed files with 17 additions and 12 deletions

View file

@ -27,6 +27,7 @@
enum LogLevel
{
eLogNone = 0,
eLogCritical,
eLogError,
eLogWarning,
eLogInfo,