Minor fixes to f4429ad

This commit is contained in:
Birunthan Mohanathas 2013-05-29 22:08:51 +03:00
parent f4429ad8cc
commit ca0f2e608f
2 changed files with 5 additions and 5 deletions

View File

@ -29,10 +29,10 @@ class CLogger
public: public:
enum class Level enum class Level
{ {
Error, Error = 1,
Warning, Warning = 2,
Notice, Notice = 3,
Debug Debug = 4
}; };
struct Entry struct Entry