Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 283 Bytes

where-is-logbox-stored-in-a-coldbox-app.md

File metadata and controls

9 lines (7 loc) · 283 Bytes

Where is LogBox stored in a ColdBox app?

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.

logBox = getController().getLogBox();
// or 
logBox