| Crates.io | libdd-log |
| lib.rs | libdd-log |
| version | 1.0.0 |
| created_at | 2025-11-17 14:24:14.599204+00 |
| updated_at | 2025-11-17 14:24:14.599204+00 |
| description | A bridge from Rust to {language} logging |
| homepage | https://github.com/DataDog/libdatadog/tree/main/libdd-log |
| repository | https://github.com/DataDog/libdatadog/tree/main/libdd-log |
| max_upload_size | |
| id | 1936856 |
| size | 59,390 |
Logging library for Datadog products.
libdd-log provides structured logging capabilities for Datadog libraries with support for log levels, structured fields, and integration with the Datadog logging backend.
use libdd_log;
// Log messages
// log::info!("Processing request", request_id = "abc123");
// log::error!("Failed to connect", error = &err);