mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 09:28:16 -05:00
log: fixed to not print twice, enabled coloring, added OS print logging as its own type
This commit is contained in:
@ -99,8 +99,8 @@ public:
|
||||
|
||||
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
|
||||
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
|
||||
const char *file, int line, const char *fmt, va_list args);
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||
const char* function, const char *fmt, va_list args);
|
||||
|
||||
void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level)
|
||||
{
|
||||
|
Reference in New Issue
Block a user