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
SocketAppender
Property
Type
Requierd
Default
Description
host
string
true
​
The host to connect to
port
string
true
---
The port to connect to
timeout
numeric
false
5
the timeout in seconds. defaults to 5 seconds
persistConnection
boolean
false
true
Whether to persist the connection or create a new one every log time. Defaults to true
Previous
ScopeAppender
Next
TraceAppender
Copy link
Edit on GitHub