Skip to main content

euv_cli/logger/
struct.rs

1use crate::*;
2
3/// Custom logger implementation for the euv CLI.
4///
5/// Implements the `log::Log` trait to provide colored console output
6/// matching the hyperlane-quick-start log format.
7#[derive(Data, New)]
8pub struct Logger;