summaryrefslogtreecommitdiff
path: root/rust/src/logger.rs
AgeCommit message (Expand)Author
2026-05-27Rust APIs for custom function liftersBrandon Miller
2026-01-11[Rust] Add top level documentation to `tracing` and `logger`Mason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2025-10-22[Rust] Misc clippy lintsMason Reed
2025-10-22[Rust] Expose a non `log` specific function for sending logs to a `Logger`Mason Reed
2025-08-03[Rust] Misc formattingMason Reed
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-05-12[Rust] Misc cleanupMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-01-25Rust refactorMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
2024-05-10Fix remaining Rust doc examples; We now make sure examples build in PR CIKyleMiles
2024-04-09replace BStr with strRubens Brandao
2023-08-07[Rust API] Fix format string bug in BNLogGlenn Smith
2023-02-06Rust API: Clippy cleanupKyleMiles
2023-01-30Rust API : Slight docs improvementsKyleMiles
2023-01-10Move `logger` module into its own fileMichael Krasnitski