• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Best practices to generate log files

New Here ,
Apr 27, 2020 Apr 27, 2020

Copy link to clipboard

Copied

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.

TOPICS
Scripting

Views

310

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Apr 27, 2020 Apr 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.

Votes

Translate

Translate
Participant ,
Apr 27, 2020 Apr 27, 2020

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines