| Crates.io | traverse-logging |
| lib.rs | traverse-logging |
| version | 0.1.3 |
| created_at | 2025-09-19 03:07:30.094906+00 |
| updated_at | 2025-09-21 17:28:55.978021+00 |
| description | Logging utilities for Traverse Solidity analysis tools |
| homepage | https://github.com/calltrace/traverse |
| repository | https://github.com/calltrace/traverse |
| max_upload_size | |
| id | 1845717 |
| size | 11,249 |
Logging utilities for the Traverse suite of Solidity analysis tools.
This crate provides standardized logging functionality used across all Traverse tools, ensuring consistent output formatting and debugging capabilities.
tracinguse traverse_logging::init_logger;
fn main() {
// Initialize logging with default settings
init_logger();
// Your application code here
}
This crate is part of the Traverse suite of tools for Solidity code analysis, visualization, and test generation.
MIT OR Apache-2.0