TraceLoggerIdentifierWidth Property

Set or return the width of the identifier field in the log message

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public int IdentifierWidth { get; set; }

Property Value

Int32
Width of the identifier field

Return Value

Int32
Integer width

Remarks

Introduced with Platform 6.4.

If set, this width will be used instead of the default identifier field width.

See Also