Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is a great means to track which file was processed when. It includes very detailed information such as full file name, operation, date, errors, etc.

Log file location

The log file can be found at:

...

In a default installation the path is c:\beebox\temp\actions-files.log

Log file content

The log file contains one line per source or target file operation. Each line is composed of pipe separated fields. Some characters are encoded and you need to unencode them: "\" => "\\", {newline} => "\n", {linefeed} => "\r", "|" => (removed).

...

  • Field 1: The ISO formatted date when this line was written.
  • Field 2: "SOURCE" if the operation refers to the analysis of a source file, "TARGET" if it refers to the creation of a translated file.
  • Field 3: Status of operation. Either "OK" or "FAILED".
  • Field 4: The language code of the file. If the line is for a source file then this always is the project source language.
  • Field 5: The full path of the source file.
  • Field 6: The full path of the translated file. Empty if the operation refers to the analysis of a source file.
  • Field 7: Error message, if operation failed.
  • Field 8: Full error details, if operation failed. This information is typically very technical.

Other logs

See all logging mechanisms

...