pub fn InitializeLoggerWithRotation(
json_output: bool,
log_file_path: Option<String>,
rotation_config: LogRotationConfig,
sensitive_config: Option<SensitiveDataConfig>,
) -> Result<()>Expand description
Initialize the global context logger with rotation