Trait soroban_sdk::testutils::Logger
source · [−]pub trait Logger {
fn all(&self) -> Vec<String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
;
}
Available on crate feature
testutils
only.Expand description
Test utilities for Logger
.