pub trait CoreCryptoLogger:
Debug
+ Send
+ Sync {
// Required method
fn log(
&self,
level: CoreCryptoLogLevel,
message: String,
context: Option<String>,
);
}
Expand description
This trait is used to provide a callback mechanism to hook up the rerspective platform logging system