mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fixes to f4429ad
This commit is contained in:
parent
f4429ad8cc
commit
ca0f2e608f
@ -29,10 +29,10 @@ class CLogger
|
||||
public:
|
||||
enum class Level
|
||||
{
|
||||
Error,
|
||||
Warning,
|
||||
Notice,
|
||||
Debug
|
||||
Error = 1,
|
||||
Warning = 2,
|
||||
Notice = 3,
|
||||
Debug = 4
|
||||
};
|
||||
|
||||
struct Entry
|
||||
|
Loading…
Reference in New Issue
Block a user