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
Extending LogBox
Creating Custom Appenders
Creating a Custom Layout
Instance Members
Powered By
GitBook
Instance Members
Every layout has access to the following public variables:
Property
Description
this.logLevels
A reference to the
coldbox.system.logging.LogLevels
class.
this.LINE_SEP
A line separator equal to
chr(13) & chr(10)
.
Extending LogBox - Previous
Creating a Custom Layout
Copy link
Edit on GitHub