Application Photo Album Helper automatically logs activity to file. When started from a console window, activity is logged to that console window too.
Logging to file can be switched off by passing expression -nolog as a parameter upon startup.
The log file is automatically maintained in folder '.albumhelper/logs' inside the user.home directory. The log file is a plain text file named log0.0.txt. Any activity of application Photo Album Helper is written to the log file until it reaches a size of 100 KB.
Log files are limited to an amount of 200 KB in total. The current log file is renamed to log1.0.txt once it reaches 100 KB in size and a new log file is started under the name of log0.0.txt. Once log0.0.txt reaches the size of 100 KB again, file log1.0.txt is deleted and the process starts all over.
Open files log0.0.txt and log1.0.txt with an application capable to open plain text files (such as 'notepad.exe' on Windows) to view activities of application Photo Album Helper.
See also