Function bp3d_logger::util::write_time

source ·
pub fn write_time(msg: &mut impl Write, time: OffsetDateTime)
Expand description

Write time information into the given Write.

§Arguments

  • msg: the Write to write time information to.
  • time: the time to write.

returns: ()