Rich Logger TypeScript Decorator
rich-logger-decorator, GitHub
This project contains a number of rich TypeScript decorators for the logging mission. It saves time and makes the debugging easier. These decorators perform automatic printing to the console according to configurations.
The decorators can be used in a class or in a regular methods file. With one line of code in the head of the class, the decorators can prints times, method arguments, class instance member states, and generic messages. An example for configurations can be members and arguments to log, another log function and disabling printing of times.