ComponentSpace Trace Listeners Class Library Reference

CyclicFileTraceListener Properties

The properties of the CyclicFileTraceListener class are listed below. For a complete list of CyclicFileTraceListener class members, see the CyclicFileTraceListener Members topic.

Public Instance Properties

DirectoryName Gets the directory in which to write trace files.
FieldSeparator Gets the field separator in the output.
FilePrefix Gets the prefix used when forming trace file names.
FileSequenceNumber Gets the initial file sequence number.
FileSuffix Gets the suffix used when forming trace file names.
IncludeCallersName Gets the flag indicating whether to include the caller's class and method name.
IncludePidTid Gets the flag indicating whether to include the process and thread identifiers.
IncludeTimeStamp Gets the flag indicating whether to include a timestamp.
IndentLevel (inherited from TraceListener) Gets or sets the indent level.
IndentSize (inherited from TraceListener) Gets or sets the number of spaces in an indent.
MaxFileCount Gets the maximum number of trace files. A zero value indicates no limit is placed on the number of files.
MaxFileSize Gets the maximum size of the trace files in bytes.
Name (inherited from TraceListener) Gets or sets a name for this TraceListener.

Protected Instance Properties

NeedIndent (inherited from TraceListener) Gets or sets a value indicating whether to indent the output.

See Also

CyclicFileTraceListener Class | ComponentSpace.TraceListeners Namespace