Skip to main content

Module logger

Module logger 

Source
Expand description

Logging utilities and configuration Logger setup for the Deribit HTTP client

This module provides cross-platform logging setup using tracing.

  • Native: Uses tracing_subscriber::FmtSubscriber with env var configuration
  • WASM: Uses tracing-web to route logs to browser/Worker console

Functionsยง

setup_logger
Sets up the logger for the application.