Trait solana_sdk::process_instruction::Logger [−][src]
pub trait Logger { fn log_enabled(&self) -> bool; fn log(&self, message: &str); }
Expand description
Log messages
Required methods
fn log_enabled(&self) -> bool
[src]
fn log(&self, message: &str)
[src]
Expand description
Log a message.
Unless explicitly stated, log messages are not considered stable and may change in the future as necessary
Implementors
impl Logger for MockLogger
[src]
impl Logger for MockLogger
[src]