Show TOC

TRACEFILE / TFLocate this document in the navigation structure

Use

TRACEFILE

Syntax

trace file | tf [-m <mode>] [-f <fileName>] [--sl <severityL evel>] [--append]

Arguments

[-m <mode>]

The mode for enabling or disabling tracing. Can take values on or off .

[-f <file N ame>]

File to use for tracing. You can use a full or relative path. Use slash (/) as the file separator.

[--sl <severityL evel>]

The severity level. Can take values:

  • All

  • None

  • Debug

  • Path

  • Info

  • Warning

  • Error

  • Fatal

    Default value is Error .

[--append]

Choose this option if you want to append all new trace information to the specified file, otherwise the file will be overwritten if it exists.

Description

Command to enable, disable tracing, set trace file and severity. The tracing will be enabled over all used libraries, so for example also all messages from DTR client will be written to the trace file.

Example

tf -m on -f myTrace.trc --sl Info