mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 00:07:57 -05:00
common: logging: Implement Android logcat backend.
This commit is contained in:
@ -15,4 +15,6 @@ std::string FormatLogMessage(const Entry& entry);
|
||||
void PrintMessage(const Entry& entry);
|
||||
/// Prints the same message as `PrintMessage`, but colored according to the severity level.
|
||||
void PrintColoredMessage(const Entry& entry);
|
||||
/// Formats and prints a log entry to the android logcat.
|
||||
void PrintMessageToLogcat(const Entry& entry);
|
||||
} // namespace Common::Log
|
||||
|
Reference in New Issue
Block a user