Unverified Commit c598b2fa authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #994 from romainthomas/fix/README

Fix typo in Android logger
parents d235e7d4 4f86448b
...@@ -313,7 +313,7 @@ void syslog_example() ...@@ -313,7 +313,7 @@ void syslog_example()
void android_example() void android_example()
{ {
std::string tag = "spdlog-android"; std::string tag = "spdlog-android";
auto android_logger = spdlog::android_logger("android", tag); auto android_logger = spdlog::android_logger_mt("android", tag);
android_logger->critical("Use \"adb shell logcat\" to view this message."); android_logger->critical("Use \"adb shell logcat\" to view this message.");
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment