log icon indicating copy to clipboard operation
log copied to clipboard

Add "For Implementers" In Documentation For `Log::flush()`

Open AldaronLau opened this issue 3 years ago • 1 comments

There is almost no information / clarity on what flush() should do and if it's called by any of the macros in this crate. I think it should say something like:

This method isn’t called automatically by the log! macros. It can be called manually at shutdown.

AldaronLau avatar Jul 30 '22 07:07 AldaronLau

Thanks for the suggestion @AldaronLau! This sounds like a nice clarification to me.

KodrAus avatar Aug 31 '22 10:08 KodrAus