Implementing a simple Typescript decorator to easily log input, outputs and time elapsed of methods
Why this article? In some specific parts of our application, it can be useful to log the start and the end of methods with some useful information as the inputs, output, the time elapsed, etc... Thanks to typescript decorators, it can be done with a ...
Sep 26, 20214 min read91
