| Crates.io | workflow-log |
| lib.rs | workflow-log |
| version | 0.18.0 |
| created_at | 2022-08-22 10:41:07.685118+00 |
| updated_at | 2024-09-07 16:47:26.822279+00 |
| description | Log macros & utilities abstracting native & in-browser logging interfaces |
| homepage | |
| repository | https://github.com/workflow-rs/workflow-rs |
| max_upload_size | |
| id | 650284 |
| size | 32,735 |
workflow-logPart of the workflow-rs application framework.
Application logging functionality
stdoutconsole.log() and similar functions.solana_program::log::sol_log() (same as msg!() macro)This crate offers the following macros:
log_trace!()log_debug!()log_info!()log_warn!()log_error!()