Module mz_fivetran_destination::logging
source · Structs
- Implements
tracing_subscriber::fmt::FormatEvent
according to the Fivetran SDK logging format. tracing_subscriber::fmt::format::Writer
implementsstd::fmt::Write
butserde_json::to_writer
requires a type that implementsstd::io::Write
so this struct acts as an adapter between the twoWrite
traits.