Constant ink_e2e::LOG_PREFIX

source ·
pub const LOG_PREFIX: LocalKey<RefCell<String>>;
Expand description

This prefix will be used for log output. It is set by each #[ink_e2e::test] with the function name as String. This way it is possible to distinguish the lines in stdout and stderr, to still know which line belongs to which test.