Clean up package log code

This commit is contained in:
gingerBill
2020-06-19 11:18:23 +01:00
parent 2a684830f9
commit 9f596d6f34
4 changed files with 142 additions and 144 deletions
+5 -5
View File
@@ -264,11 +264,11 @@ Allocator :: struct {
// Logging stuff
Logger_Level :: enum {
Debug,
Info,
Warning,
Error,
Fatal,
Debug = 0,
Info = 10,
Warning = 20,
Error = 30,
Fatal = 40,
}
Logger_Option :: enum {