diff options
Diffstat (limited to 'src/common/logging/text_formatter.h')
| -rw-r--r-- | src/common/logging/text_formatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index 0d0ec4370..68417420b 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h | |||
| @@ -15,4 +15,6 @@ std::string FormatLogMessage(const Entry& entry); | |||
| 15 | void PrintMessage(const Entry& entry); | 15 | void PrintMessage(const Entry& entry); |
| 16 | /// Prints the same message as `PrintMessage`, but colored according to the severity level. | 16 | /// Prints the same message as `PrintMessage`, but colored according to the severity level. |
| 17 | void PrintColoredMessage(const Entry& entry); | 17 | void PrintColoredMessage(const Entry& entry); |
| 18 | /// Formats and prints a log entry to the android logcat. | ||
| 19 | void PrintMessageToLogcat(const Entry& entry); | ||
| 18 | } // namespace Common::Log | 20 | } // namespace Common::Log |