mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
moved IO related code to stand-alone file, piped all read/and writes
through new API, /rad_log now can enable read and/or write logs with "io", "io_reads", "io_writes" parameters.
This commit is contained in:
@@ -40,7 +40,8 @@ lnk_log_type_from_string(String8 string)
|
||||
"Debug", LNK_Log_Debug,
|
||||
"InputObj", LNK_Log_InputObj,
|
||||
"InputLib", LNK_Log_InputLib,
|
||||
"IO", LNK_Log_IO,
|
||||
"IO_Read", LNK_Log_IO_Read,
|
||||
"IO_Write", LNK_Log_IO_Write,
|
||||
"SizeBreakdown", LNK_Log_SizeBreakdown,
|
||||
"LinkStats", LNK_Log_LinkStats,
|
||||
"Timers", LNK_Log_Timers,
|
||||
|
||||
Reference in New Issue
Block a user