LogBox : The Enterprise ColdFusion (CFML) Logging
Search…
6.x
Introduction
Intro
Release History
About This Book
Author
Getting Started
Features at a Glance
Installation
Need For Logging
How Does LogBox Work?
Configuration
Configuring LogBox
Usage
Using LogBox
Using a Logger Object
Appender Properties
LogBox in a ColdBox Application
Configuration Within ColdBox
Benefits of using LogBox in a ColdBox application
Where is LogBox stored in a ColdBox app?
LogBox from the ColdBox Proxy
The LogBox Injection DSL
Extending LogBox
Creating Custom Appenders
Creating a Custom Layout
Powered By GitBook
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.
1
logBox = getController().getLogBox();
2
// or
3
logBox
Copied!
Previous
Benefits of using LogBox in a ColdBox application
Next
LogBox from the ColdBox Proxy
Copy link
Edit on GitHub