Hello. Is there a current "Best Practices" for logging in D?For the actual logging, I know of `std.experimental.logger`. However, the `experimental` has kept me away from it.Is it good, or are there any better alternatives?
A related question: how to log to multiple destinations? e.g. both console & log file? any examples?
Thanks.