I have a vibe.d application where I would like to log all requests to
one file and any potential exceptions to another file. I would also like
have log rotation so I get a new file for each day.
Is there any built-in functionality for this?
/Jacob Carlborg