mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 15:37:51 +00:00
Clean up package log code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user