Crate custom_tracing_logger

Source
Expand description

Custom tracing logger that outputs structured JSON logs

This crate provides a simple interface to initialize a JSON-formatted logger using the tracing ecosystem. All logs are output as structured JSON with metadata including timestamp, level, target, and message.

Functionsยง

init
Initialize the JSON logger