Copy link to clipboard
Copied
I wrote a little plug-in which just should write something to the LrLogger file.
Nothing gets written on my Windows 10 machine.
local logFilename = LOC "LuaVersionTest"
local myLogger = import 'LrLogger'( logFilename )
myLogger:enable( "logfile" )
local logPath
function showLuaVesion()
myLogger:info( "Version:", _VERSION)
myLogger:info(_VERSION)
end
showLuaVesion()
SOLVED
In the new SDK the log path has changed: see We're excited to announce the MAX release of Lightroom Classic SDK 14.0!
Logs interface Note: We have changed the log file location for the LrLogger interface. The timestamps are no longer appended to the folders. The updated locations are:
Win: C:\Users\<user>\AppData\Local\Adobe\Lightroom\Logs\LrClassicLogs
Mac: /Users/<user>/Library/Logs/Adobe/Lightroom/LrClassicLogs/
Copy link to clipboard
Copied
AAAAAARRRGGHHH!!!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now