RE: [coldbox:9909] 3.1 Deprecations need input

I already use LogBox to send bug reports in my app via an E-mail appender set to respond to “ERROR” level messages. LogBox categories would give me the control to turn on or off that appender and or log severity for different portions of my app which would work to the handler level.

Now, the trick will be getting the ExceptionService (or whatever ultimately gets called when errors are caught) to use the appropriate named logger based on WHERE the error happened.

~Brad