LogBox : Enterprise Logging & Messaging
6.x
6.x
  • Introduction
  • Intro
    • Release History
      • What's New With 6.8.0
      • What's New With 6.7.0
      • What's New With 6.6.0
      • What's New With 6.5.0
      • What's New With 6.2.0
      • What's New With 6.1.0
      • What's New With 6.0.0
    • About This Book
      • Author
  • Getting Started
    • Features at a Glance
    • Installation
      • LogBox Refcard
    • Need For Logging
    • How Does LogBox Work?
      • LogBox
      • Appender
      • Logger
        • Logger Category Inheritance
        • Security Levels
        • Dynamic Appenders
      • Layout
  • Configuration
    • Configuring LogBox
      • LogBox DSL
      • Adding Appenders
      • Adding Categories to Specific Loggin Levels
      • Adding Categories Granularly
      • Configuring The Root Logger
  • Usage
    • Using LogBox
    • Using a Logger Object
      • Can Methods For Performance
      • $toString() and ExtraInfo Argument
    • Appender Properties
      • CFAppender
      • ConsoleAppender
      • DBAppender
      • EmailAppender
      • FileAppender
      • RollingFileAppender
      • ScopeAppender
      • SocketAppender
      • TraceAppender
    • 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
      • Helper Methods
      • Instance Members
      • Dealing With Custom Layouts
      • Registering Appenders at Runtime
    • Creating a Custom Layout
      • Instance Members
Powered by GitBook
On this page
  • LogBox Manual - Version 6.x
  • Versioning
  • License
  • Discussion & Help
  • Reporting a Bug
  • Jira Issue Tracking
  • Professional Open Source
  • Resources
  • HONOR GOES TO GOD ABOVE ALL

Was this helpful?

Edit on Git
Export as PDF

Introduction

LogBox is a standalone enterprise ColdFusion (CFML) logging and messaging library

NextRelease History

Last updated 4 years ago

Was this helpful?

 __        ______     _______ .______     ______   ___   ___ 
|  |      /  __  \   /  _____||   _  \   /  __  \  \  \ /  / 
|  |     |  |  |  | |  |  __  |  |_)  | |  |  |  |  \  V  /  
|  |     |  |  |  | |  | |_ | |   _  <  |  |  |  |   >   <   
|  `----.|  `--'  | |  |__| | |  |_)  | |  `--'  |  /  .  \  
|_______| \______/   \______| |______/   \______/  /__/ \__\ v6.x

LogBox Manual - Version 6.x

LogBox is an enterprise ColdFusion (CFML) logging library designed to give you flexibility, simplicity and power when logging or tracing is needed in your applications. LogBox is also part of the ColdBox Platform suite of services and libraries and allows you to easily build upon it's logging framework in order to meet any logging or reporting needs your applications has. LogBox surpasses ColdFusion's very basic cflog tag. LogBox allows you to create multiple destinations for your loggings and even configure multiple destinations or change them at runtime.

LogBox is standalone framework for ColdFusion (CFML) applications and it is also bundled with the ColdBox Platform.

Versioning

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)

  • New additions without breaking backward compatibility bumps the minor (and resets the patch)

  • Bug fixes and misc changes bumps the patch

License

  • Copyright by Ortus Solutions, Corp

  • ColdBox, CacheBox, Wirebox, LogBox are registered trademarks by Ortus Solutions, Corp

Discussion & Help

Reporting a Bug

Jira Issue Tracking

Professional Open Source

  • Custom Development

  • Professional Support & Mentoring

  • Training

  • Server Tuning

  • Security Hardening

  • Code Reviews

Resources

HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.

"Therefore being justified by **faith**, we have peace with God through our Lord Jesus Christ: By whom also we have access by **faith** into this **grace** wherein we stand, and rejoice in hope of the glory of God." Romans 5:5

Almost every application needs logging and/or tracing capabilities and we have developed LogBox to satisfy these needs. Although you should take care not to over-use logging as it can slow down an application, LogBox offers you the capabilities to filter out or cancel logging noise a-la-carte. LogBox was inspired by the original logging capabilities in ColdBox and in the project.

LogBox is maintained under the guidelines as much as possible.Releases will be numbered with the following format:

The ColdBox Platform, LogBox is open source and licensed under the License.

The LogBox help and discussion group can be found here:

We all make mistakes from time to time :) So why not let us know about it and help us out. We also love pull requests, so please star us and fork us:

ColdBox is a professional open source software backed by offering services like:

Official Site:

CFCasts Video Training:

Source Code:

Bug Tracker:

Twitter:

Facebook:

Vimeo Channel:

Log4j
Semantic Versioning
Apache 2
https://groups.google.com/forum/#!forum/coldbox
https://github.com/coldbox/coldbox-platform
https://ortussolutions.atlassian.net/browse/COLDBOX
https://ortussolutions.atlassian.net/browse/WIREBOX
https://ortussolutions.atlassian.net/browse/LOGBOX
https://ortussolutions.atlassian.net/browse/CACHEBOX
Ortus Solutions, Corp
Much More
http://www.coldbox.org
http://ww.cfcasts.com
https://github.com/coldbox/coldbox-platform
https://ortussolutions.atlassian.net/browse/LOGBOX
@coldbox
https://www.facebook.com/coldboxplatform
http://vimeo.com/channels/coldbox
LogBox
Ortus Solutions, Corp