Closed
Description
Hi, I really like this logging framework; thanks for making it.
I'm right now developing console/desktop apps, not something like a daemon or webapp which is supposed to stay alive for a long time. I have two sinks being used right now Console & File. I'm wondering if there is some way I could output a "break line" (say the character '-' repeated 80 times on it's own line), for the File sink when the Log is being destroyed or flushed.
That way it would be much easier to discern between multiple runs in the single log file.