You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,14 +86,14 @@ boolean function isDebuggerRendering()
86
86
87
87
## LogBox Appender
88
88
89
-
This module also comes with a LogBox appender called `cbdebugger.includes.appenders.ColdBoxTracerAppender` so your application can log to the debugger's tracer. You won't be able to configure the appender in your main LogBox configuration since modules aren't loaded until after LogBox is already created. What you can do though is add the appender programmatically to LogBox using the `afterConfigurationLoad` interception point. Here's an example of what that might look like:
89
+
This module also comes with a LogBox appender called `cbdebugger.includes.appenders.ColdboxTracerAppender` so your application can log to the debugger's tracer. You won't be able to configure the appender in your main LogBox configuration since modules aren't loaded until after LogBox is already created. What you can do though is add the appender programmatically to LogBox using the `afterConfigurationLoad` interception point. Here's an example of what that might look like:
90
90
91
91
92
92
```js
93
93
// This appender is part of a module, so we need to register it after the modules have been loaded.
0 commit comments