diff options
| author | 2018-09-04 12:18:00 -0400 | |
|---|---|---|
| committer | 2018-09-04 12:18:00 -0400 | |
| commit | dda4b5e89ee428d4e872246459db308b2701eef1 (patch) | |
| tree | 2bb15d02d5da24102523bd0567d56d3d609b5cf6 /src/common/logging/text_formatter.h | |
| parent | Merge pull request #1237 from degasus/optimizations (diff) | |
| parent | common/logging: Amend documentation comments (diff) | |
| download | yuzu-dda4b5e89ee428d4e872246459db308b2701eef1.tar.gz yuzu-dda4b5e89ee428d4e872246459db308b2701eef1.tar.xz yuzu-dda4b5e89ee428d4e872246459db308b2701eef1.zip | |
Merge pull request #1238 from lioncash/explicit
common/logging: Minor changes
Diffstat (limited to 'src/common/logging/text_formatter.h')
| -rw-r--r-- | src/common/logging/text_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index 9609cec7c..b6d9e57c8 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h | |||
| @@ -15,6 +15,6 @@ struct Entry; | |||
| 15 | std::string FormatLogMessage(const Entry& entry); | 15 | std::string FormatLogMessage(const Entry& entry); |
| 16 | /// Formats and prints a log entry to stderr. | 16 | /// Formats and prints a log entry to stderr. |
| 17 | void PrintMessage(const Entry& entry); | 17 | void PrintMessage(const Entry& entry); |
| 18 | /// Prints the same message as `PrintMessage`, but colored acoording to the severity level. | 18 | /// Prints the same message as `PrintMessage`, but colored according to the severity level. |
| 19 | void PrintColoredMessage(const Entry& entry); | 19 | void PrintColoredMessage(const Entry& entry); |
| 20 | } // namespace Log | 20 | } // namespace Log |