mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Implement logs::get_level
This commit is contained in:
parent
007a7a5859
commit
e7b24461ec
2 changed files with 19 additions and 0 deletions
|
@ -92,6 +92,9 @@ namespace logs
|
|||
|
||||
// Log level control: register channel if necessary, set channel level
|
||||
void set_level(const std::string&, level);
|
||||
|
||||
// Log level control: get channel level
|
||||
level get_level(const std::string&);
|
||||
}
|
||||
|
||||
#define LOG_CHANNEL(ch, ...) inline ::logs::channel ch(#ch, ##__VA_ARGS__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue