I’m currently refactoring some scheduled tasks and desiring to log some information about their execution. I can use LogBox to do that. However, I am also wanting to output this logging into an administration dashboard.
It appears that LogBox is just a log writer. Is there anything I’m missing in LogBox or maybe ColdBox proper for reading logs written by logbox? Maybe something as nicely configurable as logbox?
If not I may just use the scopeAppender (or DBAppender) to write the logs somewhere it’s easy to get at.