Tracking method calls and user actions – Logging

As a developer, you know how important it is to know what is happening in your application. Some information about the user clicks, event triggers, or error messages, having a good logging tool by your side telling you whether your application is okay (or really bad) is good practice. Commonly, developers use the common console.log() statement and when it's time to deploy it to UAT or production, they comment all these lines.

Aurelia knows how important this feature is, and guess what—yes, it has its own plugin for this purpose. Let's explore!

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset