android_logger 0.3.0

A logging implementation for `log` which hooks to android log output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "android_logger"
version = "0.3.0"
authors = ["The android_logger Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Nercury/android_logger-rs"
description = """
A logging implementation for `log` which hooks to android log output.
"""
keywords = ["android", "bindings", "log", "logger"]
categories = ["api-bindings"]

[dependencies.log]
version = "0.3"

[dependencies.android_log-sys]
version = "0.1"