cbDebugger
  • Introduction
    • Release History
      • What's New With 4.2.0
      • What's New With 4.1.0
      • What's New With 4.0.0
    • About This Book
      • Author
  • Essentials
    • Installation
    • Configuration
    • Request Tracker
  • Collectors
    • Adobe SQL
    • Async
    • CacheBox
    • CBORM
    • Collections
    • ColdBox Interceptions
    • ColdBox Modules
    • Hyper HTTP Collector
    • Lucee SQL
    • Objects Methods
    • QB/Quick
    • Tracers
    • WireBox Creations
  • Advanced
    • Debug Mode
    • Debugger Interceptors
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Collectors

Tracers

Send message tracers to store in the request tracker

PreviousQB/QuickNextWireBox Creations

Last updated 1 year ago

Was this helpful?

The CBDebugger ships with a LogBox appender called the TracerAppender that if enabled it will intercept all log calls into the ColdBox Debugger tracers panel. It will show the log with it's log level and even the complex extra information. The default log levels for the appender are:

  • min : fatal

  • max : debug

tracers     : { enabled : true, expanded : false },
Key
Type
Default Value
Description

enabled

Boolean

false

Enable the collector

expanded

Boolean

false

Expand the panel by default or not