Skip to content Skip to sidebar Skip to footer
Showing posts with the label Logging

Firebug Console Shortening Strings In Array Logged?

I have a custom logging function to log to the firebug console that looks like this: // the name he… Read more Firebug Console Shortening Strings In Array Logged?

How To Log Unhandled Timeouterror In Winstonjs Logger?

I've got a node application in which I use Winstonjs as a logger. In my logger I've got a s… Read more How To Log Unhandled Timeouterror In Winstonjs Logger?

How To Use Nestjs Logging Service

I tried to use the internal Logger of nestjs (described on https://docs.nestjs.com/techniques/logge… Read more How To Use Nestjs Logging Service

Get Current Controller In Use In Angularjs

I want to log the usage of different features in our Angularjs application. Current feature in use … Read more Get Current Controller In Use In Angularjs

How To Get The Console.log Content As String In Javascript

I'm trying to get the console.log as string in pure JavaScript. My input is a script, which I&#… Read more How To Get The Console.log Content As String In Javascript

Bad Idea To Leave "console.log()" Calls In Your Production Javascript Code?

I have a bunch of console.log() calls in my JavaScript. Should I comment them out before I deploy t… Read more Bad Idea To Leave "console.log()" Calls In Your Production Javascript Code?