tslog
tslog copied to clipboard
Feature Request: [ignoreStackLevels]
ignoreStackLevels support for v4
Previous major version (v3) had the ignoreStackLevels option, which enabled me to do things like log the place where a common function was called from inside the function itself (read here, for example a generalized DB query function which logs the places it's being called from, as well as the query itself and parameters. It's - or rather was.. - super useful).