paladin-ai 0.4.2

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Log Adapters Module

This module contains infrastructure adapters that implement the LogPort trait
for different logging backends and purposes.
*/

pub mod system_log_adapter;
// pub mod error_log_adapter;

// Re-export the main adapters for easier importing
pub use system_log_adapter::{SystemLogAdapter, SystemLogAdapterConfig};
// pub use error_log_adapter::{ErrorLogAdapter, ErrorLogAdapterConfig, ErrorInfo};