Multiple Log Appenders

Is there a way to run use the Console and Resource appenders for a log?

Thanks,
-Matt

I’m not sure what the built in CFLog tag affords you in that regard, but you can totally do this with LogBox. It’s modeled after Log4J and can be configured with any number of appenders that each fire based on your log severity thresholds. i.e., info and debug messages to go a rolling file appender and error messages go to an E-mail appender, etc. Logbox can be used standalone outside of ColdBox BTW.

Cool, thanks for the info!