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:
|
public:
|
||||||
enum class Level
|
enum class Level
|
||||||
{
|
{
|
||||||
Error,
|
Error = 1,
|
||||||
Warning,
|
Warning = 2,
|
||||||
Notice,
|
Notice = 3,
|
||||||
Debug
|
Debug = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Entry
|
struct Entry
|
||||||
|
Loading…
Reference in New Issue
Block a user