Hi!
I’m printing logs using console.log, error, warn etc. in my UXP plugin. Where are they stored on my machine on Mac and on Win?
Is it even correct to use console.log for logging in UXP plugin.
Thanks
Hi!
I’m printing logs using console.log, error, warn etc. in my UXP plugin. Where are they stored on my machine on Mac and on Win?
Is it even correct to use console.log for logging in UXP plugin.
Thanks
As far as I know there’s no log file but you can create a log file within your pluginData folder to log warn, errors, etc and use it for feedback for your purpose.
The log files for Indesign can be found here, you can check whether this is also the case for Photoshop.
macOS: /Users/<user name>/Library/Logs/Adobe/Adobe InDesign <InDesign version year>/
Windows: C:\Users\<username>\AppData\Roaming\Adobe\InDesign\Logs
Roland