mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-29 03:24:36 +00:00
Logs: add 'always' method for debugging
This commit is contained in:
parent
12b73c8bdc
commit
d3eb267ba9
@ -14,7 +14,7 @@ namespace logs
|
||||
|
||||
enum class level : unsigned
|
||||
{
|
||||
always, // Highest log severity (unused, cannot be disabled)
|
||||
always, // Highest log severity (cannot be disabled)
|
||||
fatal,
|
||||
error,
|
||||
todo,
|
||||
@ -103,6 +103,7 @@ namespace logs
|
||||
}\
|
||||
}\
|
||||
|
||||
GEN_LOG_METHOD(always)
|
||||
GEN_LOG_METHOD(fatal)
|
||||
GEN_LOG_METHOD(error)
|
||||
GEN_LOG_METHOD(todo)
|
||||
|
Loading…
Reference in New Issue
Block a user