Logging

<< Click to Display Table of Contents >>

Navigation:  General >

Logging

Previous pageReturn to chapter overviewNext page

CFturbo provides logging information when running.

File location

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

Message levels

The log file contains logging information in the following levels:

Information

Warning

Error

File format

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.