From 40b84c75ff77653e2daf17c97ec6286e8b16c8e0 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Wed, 7 Feb 2018 17:43:06 +0100 Subject: [PATCH] List android_log crate in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1c2dbf..f760d1b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ There are many available implementations to chose from, here are some of the mos * Adaptors for other facilities: * [`syslog`](https://docs.rs/syslog/*/syslog/) * [`slog-stdlog`](https://docs.rs/slog-stdlog/*/slog_stdlog/) + * [`android_log`](https://docs.rs/android_log/*/android_log/) Executables should choose a logger implementation and initialize it early in the runtime of the program. Logger implementations will typically include a