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
CFAppender
ConsoleAppender
DBAppender
EmailAppender
FileAppender
RollingFileAppender
ScopeAppender
SocketAppender
TraceAppender
LogBox in a ColdBox Application
Extending LogBox
Creating Custom Appenders
Creating a Custom Layout
Powered By
GitBook
ScopeAppender
Property
Type
Required
Default
Description
scope
string
false
request
The scope to persist to, any valid CF scope.
key
string
false
appender's name
The key to use in the scope
limit
numeric
false
0
a limit to the amount of logs to rotate. Defaults to 0, unlimited (optional)
Previous
RollingFileAppender
Next
SocketAppender
Copy link
Edit on GitHub