add loglevel none (closing #998)

This commit is contained in:
R4SAS 2017-11-15 21:30:00 +03:00
parent d9b9457b56
commit a6fb3b602e
3 changed files with 26 additions and 19 deletions

View file

@ -25,10 +25,11 @@
enum LogLevel
{
eLogError = 0,
eLogNone = 0,
eLogError,
eLogWarning,
eLogInfo,
eLogDebug,
eLogDebug,
eNumLogLevels
};