Seeking insight on how to log information, debugging details, and error messages into a file (such as app.log or error.log) using typescript-logging for Angular. Alternatively, is there a more efficient method to log debug/info/errors in Angular 11? I have been referencing an example but am struggling to figure out how to log into a file. https://www.npmjs.com/package/typescript-logging
Appreciate any help in advance.