✒️
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
  2. Appenders

ScreenDump

The ScreenDump appender is similar to the ScreenAbort appender except that it does not abort the flow. Instead it runs a cfFlush().

Note: Depending on the client and and architecture of your app, this might not display as expected on the screen including being replaced by views downstream from the screenDump.

Usage

rules : { 
    "production" : [ "scribeConsole", "screenDump" ]
}
PreviousScreenAbortNextSentry

Last updated 2 years ago

Was this helpful?