chromelogger-cf icon indicating copy to clipboard operation
chromelogger-cf copied to clipboard

ColdFusion component for logging variables to Google Chrome console.

Results 7 chromelogger-cf issues
Sort by recently updated
recently updated
newest added

Chrome Logger has support for [`console.table()`](https://developer.mozilla.org/en-US/docs/Web/API/Console/table). See #8 for more info on that. This allows to display tabular data. And since query results are tabular data, it would be great...

This change adds basic support for logging tables. Fixes #8

Chrome Logger has support for [`console.table()`](https://developer.mozilla.org/en-US/docs/Web/API/Console/table). See https://craig.is/writing/chrome-logger/techspecs and https://github.com/ccampbell/chromelogger/blob/6a618e313bb26c9b41b3723e1b3ea7cd0ec611cc/log.js#L29. So support for it should also be added to chromelogger-cf to allow the generation of data tables. This could then...

Lucee and newer CF versions provide a function `callStackGet()`, which simplifies the retrieval of the backtrace file. fixes #7

The generation of the backtrace information doesn't work in Lucee 5.3. The reason for that is that the stack frames returned by `createObject( "java", "java.lang.Thread" ).currentThread().getStackTrace()` provide relative paths, while...

I've tested this in Lucee 5.3.7 and it generally works for me. fixes #4

I've just tested chromelogger-cf with Lucee 5.3.7 and the Chrome Logger extension in Firefox 86 (Nightly) and it works. See the attached screenshot: ![chromelogger-cf with Lucee 5.3.7](https://user-images.githubusercontent.com/958943/102546788-78d02880-40b8-11eb-9e95-cc3cd4094c52.png) So this note...