Loading...
The LogBox instance is stored in the ColdBox main controller object (coldbox.system.web.Controller) and you can retrieve it like so from any handler, or interceptor.
coldbox.system.web.Controller
logBox = getController().getLogBox(); // or logBox