pub fn formatted_local_time_builder_fn(
fmt: &'static str
) -> impl Fn() -> Builder
Expand description

Returns a function (closure) that returns a formatted builder which adds local time to log messages, per a specified date/time format.

Example

12:15:31.683 INFO  my_module         > an info message!