wwiv
wwiv copied to clipboard
Update Log File code to move timestamp into logfile appender
Pass in the level, verbosity and message into the appender, then format the message inside of the appender.
This way we can:
- Not print timestamp to console (not needed and ugly)
- Add other formatted appenders (JSON maybe)