Skip to main content
Known Participant
April 27, 2020
Answered

Best practices to generate log files

  • April 27, 2020
  • 1 reply
  • 451 views

I have a couple of scripts running for many tasks and right now I am using a custom logger that writes to a text file but I am looking forward to seeing if there are any external libraries that does the end to end logging with more particular details such as variations in the type of log and others? Suggesting a library is much appreciated.

This topic has been closed for replies.
Correct answer Lawrence Horwitz

Here's a simple one:

 

https://www.npmjs.com/package/extendscript-logger

 

https://github.com/theasci/extendscript-logger

 

Simple to use and effective. Unfortunately has more dependencies than it should. But it works.

1 reply

Lawrence HorwitzCorrect answer
Inspiring
April 27, 2020

Here's a simple one:

 

https://www.npmjs.com/package/extendscript-logger

 

https://github.com/theasci/extendscript-logger

 

Simple to use and effective. Unfortunately has more dependencies than it should. But it works.