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

Log a message.

Unless explicitly stated, log messages are not considered stable and may change in the future as necessary

Implementors