Good morning everyone, I have created a node project for Teams through the visual studio code toolkit with an SSO functionality to automatically detect my Teams account.
This has created a class structure with archvis .tsx (since I have chosen the Typescript language).
I need to automatically log all system logs, including errors and warnings, to a file, how can I do this?
I have read on the internet that it is possible with the Winston library, but I cannot find information that will help me for my project
Can anyone help me? Thanks a lot