
stalo stands for thrdz Stack Logger
stalo
helps generate intuitive browser console logs for your LWC/Aura components using vanilla JavaScript Code and enables a graceful stack trace of your component functionality
Features:
- Easy setup. Just copy paste a small piece of JS code and start using the functions for Method Entry, Method Exit and Custom Logs.
- Graceful stack trace of your component logic.
- Remove noise from other components by filtering against the global prefix used in the snippet (can be customised).
- Method prefix against each console log enables you to keep track of the parent method when you debug deep inside the stack depth.
- Option to filter out logs of a particular instance of the same component.
- Option to Skip methods for logging.