Crates.io | workflow-log |
lib.rs | workflow-log |
version | 0.18.0 |
source | src |
created_at | 2022-08-22 10:41:07.685118 |
updated_at | 2024-09-07 16:47:26.822279 |
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-log
Part of the workflow-rs
application framework.
Application logging functionality
stdout
console.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!()