Peter Hoopes
07/25/2023, 10:53 PMconfig/Coldbox.cfc ? If so, how would I call for that in my regular CFM pages? In my onRequestStart page I do have application.cbController.getModuleService().loadMappings(); which I think gives me access, but I’m not quite sure of the syntax…bdw429s
07/25/2023, 11:07 PMapplication.wirebox.getLogBox() should be one of them.bdw429s
07/25/2023, 11:08 PMapplication.wirebox.getInstance('logbox')
// or a specific logger
application.wirebox.getInstance('logbox:logger:myLogger')