Any plans to add support for Chrome console logging?

Notice: This thread is very old.
adrianbj
Member | 31
+
0
-

Hi all,

This project should make implementation quite easy: https://github.com/…ll/chromephp

Any interest or plans already to do this?

Thanks!

chemix
Nette Core | 1294
+
+1
-

Hi @adrianbj there is https://github.com/…e-firelogger and this video show you how it works. https://www.youtube.com/watch?… (but in czech only)

adrianbj
Member | 31
+
0
-

Thanks @chemix I am using that already, but my dev browser of choice is Chrome, so hoping to use it with the Chrome console.

Martk
Member | 651
+
0
-

You can implement it to tracy by yourself.

adrianbj
Member | 31
+
+2
-

@Antik – thanks I was planning on that, but wanted to make sure it wasn't already something you guys were working on.

chemix
Nette Core | 1294
+
+3
-

@adrianbj Sorry I don't understand. That plugin is for Chrome (Chrome-firelogger)

adrianbj
Member | 31
+
+1
-

@chemix – sorry about that – I didn't look at the link you sent properly – I thought you were just linking to the fireLog() method in Tracy.

Thanks, I'll take a better look now!

adrianbj
Member | 31
+
+1
-

Just to clarify for anyone stumbling across this – the chrome-firelogger browser extension that @chemix pointed to works perfectly with fireLog() calls without the need to do anything special to Tracy.

Thanks again!