✒️
CFScribe
  • Introduction
  • Intro
    • Page 1
  • Getting Started
    • Features at a Glance
    • Configuration
    • Rules and Rule Definitions
    • Appenders
      • Pusher
      • ScreenAbort
      • ScreenDump
      • Sentry
      • ScribeConsole
      • Toaster
      • Using LogBox Appenders
  • Using as a ColdBox Module
    • Installation
    • Configuration
  • Using As A Logbox Appender
    • Page 2
  • Using as a Stand Alone Product
    • Creation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

Features at a Glance

CFScribe is a logger very similar to Logbox but with the key difference of more complex routing and integrated Error Filtering.

  • It can be used within Coldbox as a module

  • Multiple Appenders - Multiple appenders can be assigned to a particular situation and run in a specific order.

  • Complex Routing - CfScribe allows an almost infinite level of routing based on a wide variety of criteria including environment, environment variables, severity (fatal, error, warn, info, debug), Coldbox Settings, Module Settings, presence or value of HTTP headers, UDF.

  • Error Filtering - This controls what information from the error is displayed when the error is output. This includes the keys from the error struct, the keys in the Tag Context section of the error, the number of lines in the TagContext and more.

  • Interceptor - Reads errors in the onException event from ColdBox and behaves routes error accordingly.

PreviousPage 1NextConfiguration

Last updated 2 years ago

Was this helpful?