Macro solana_program::info
source · macro_rules! info {
($msg:expr) => { ... };
($arg1:expr, $arg2:expr, $arg3:expr, $arg4:expr, $arg5:expr) => { ... };
}👎Deprecated since 1.4.14: Please use
msg macro insteadmacro_rules! info {
($msg:expr) => { ... };
($arg1:expr, $arg2:expr, $arg3:expr, $arg4:expr, $arg5:expr) => { ... };
}msg macro instead