//! RelayRL Logging Sinks
//!//! This module contains various logging sinks (outputs) used by the RelayRL
//! framework for directing logs to different destinations.
pubmodconsole;pubmodfile;// Re-export commonly used types and functions
pubuseconsole::{
create_colored_console_appender, create_console_appender, create_json_console_appender,};pubusefile::{create_file_appender, create_json_file_appender, create_size_rotating_appender};