Stackdriver logger
A logger for Google's Stackdriver.
In debug mode, we fall back back to pretty-env-logger.
In release mode, we output JSON formatted logs compatible with Stackdriver.
Usage
extern crate log;
extern crate stackdriver_logger;
Behavior
Everything needed from Stackdriver is filled automatically, version numbers and service names are read from your Cargo.toml
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)