Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.22 KB

features-at-a-glance.md

File metadata and controls

17 lines (14 loc) · 1.22 KB
description
CFScribe is a logger very similar to Logbox but with the key difference of more complex routing and integrated Error Filtering.

Features at a Glance

  • Variety of deployment options
    • It can be used either a standalone product,
    • It can be used within Coldbox as a module
    • It can be used as a part of Logbox directly. This is helpful when implementing cfScribe into an existing code base which already uses LogBox
  • 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.