<< Click to Display Table of Contents >> Logging |
![]() ![]() ![]() |
CFturbo provides logging information when running.
The resulting log file is saved in the following directory, depending on the run mode:
•Interactive:
C:\Users\<user name>\AppData\Local\Temp\CFturbo\<Version>\Log
The log file is deleted at program shutdown if it does not contain any error messages. Otherwise, old files are deleted automatically if they are older than 7 days.
•Batch mode:
directory of batch file *.cft-batch
The log file contains logging information in the following levels:
•Information
•Warning
•Error
The log file is a simple text file. A single line in the log file has the following format:
<Date> <Time> [<Message level>] <Message category> <Message>
Example:
2020-05-27 17:01:07 [ERROR] ProjectManager - Requested project type not supported.