New shutdown() method can be now used in appenders that will be called when LogBox is shutdown
Have you modified all the async based appenders such as the file appender to use this method to flush out the rest of their messages and shut down the time thread, or does that still need to be done?
Still needs to be done. This is just the base framework