Name Description Size
foreign_logger.rs Logger interface for foreign code This is what the application code defines. It's responsible for taking rust log records and feeding them to the application logging system. 951
lib.rs 3905
rust_log_forwarder.udl 878
rust_logger.rs Rust Logger implementation This is responsible for taking logs from the rust log crate and forwarding them to a foreign_logger::Logger instance. 2014