index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
logger.rs
Age
Commit message (
Expand
)
Author
2026-05-27
Rust APIs for custom function lifters
Brandon 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 lints
Mason Reed
2025-10-22
[Rust] Expose a non `log` specific function for sending logs to a `Logger`
Mason Reed
2025-08-03
[Rust] Misc formatting
Mason Reed
2025-08-01
Add LogForException APIs to pass stack trace information separate from the me...
Rusty Wagner
2025-05-12
[Rust] Misc cleanup
Mason Reed
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-11-11
Add actual logger api to rust
Mason Reed
2024-11-04
Remove ability to panic on pre-initialized logger in rust
Mason Reed
2024-05-10
Fix remaining Rust doc examples; We now make sure examples build in PR CI
KyleMiles
2024-04-09
replace BStr with str
Rubens Brandao
2023-08-07
[Rust API] Fix format string bug in BNLog
Glenn Smith
2023-02-06
Rust API: Clippy cleanup
KyleMiles
2023-01-30
Rust API : Slight docs improvements
KyleMiles
2023-01-10
Move `logger` module into its own file
Michael Krasnitski