Crates.io | lttng-ust-logging |
lib.rs | lttng-ust-logging |
version | 0.1.0 |
source | src |
created_at | 2018-02-13 01:46:41.371817 |
updated_at | 2018-02-13 01:46:41.371817 |
description | Log to lttng-ust from the log create |
homepage | |
repository | https://github.com/bobtwinkles/lttng-ust-rs/ |
max_upload_size | |
id | 50941 |
size | 4,977 |
lttng-ust-logging
An stdlog
backend intended for use with the Linux Tracing Toolkit, Next
Generation (LTTNG). To use just pull this crate in to your Cargo.toml
and set
up the logger using lttng_ust_logging::init()
. See the repository for a
complete example, under examples/logging
.