You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **`tslog` follows a semantic release policy.** A major version change indicates breaking changes.<br><br>
631
631
> `tslog >=4` is less limiting when it comes to configuration. There are many use cases (especially when it comes to integration with 3rd party services) that now can be achieved elegantly and were not possible before.
632
632
633
-
### Name and other constructor parameters
634
-
635
-
`tslog` < 4 had a name parameter on the constructor. v4 removed all preconfigured parameters and allows you to create your own log object (s. "Defining and accessing `logObj`").
### RequestID: Mark a request (e.g. HTTP) call with AsyncLocalStorage and `tslog`
649
634
>**Node.js 13.10 introduced a new feature called <ahref="https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage"target="_blank">AsyncLocalStorage.</a>**<br>
> **`tslog` follows a semantic release policy.** A major version change indicates breaking changes.<br><br>
631
631
> `tslog >=4` is less limiting when it comes to configuration. There are many use cases (especially when it comes to integration with 3rd party services) that now can be achieved elegantly and were not possible before.
632
632
633
-
### Name and other constructor parameters
634
-
635
-
`tslog` < 4 had a name parameter on the constructor. v4 removed all preconfigured parameters and allows you to create your own log object (s. "Defining and accessing `logObj`").
### RequestID: Mark a request (e.g. HTTP) call with AsyncLocalStorage and `tslog`
649
634
>**Node.js 13.10 introduced a new feature called <ahref="https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage"target="_blank">AsyncLocalStorage.</a>**<br>
0 commit comments