mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Add .Thread_Id option to log package
This commit is contained in:
@@ -279,7 +279,8 @@ Logger_Option :: enum {
|
||||
Long_File_Path,
|
||||
Line,
|
||||
Procedure,
|
||||
Terminal_Color
|
||||
Terminal_Color,
|
||||
Thread_Id
|
||||
}
|
||||
|
||||
Logger_Options :: bit_set[Logger_Option];
|
||||
|
||||
Reference in New Issue
Block a user