Gets or sets the length of the trace source name.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static int TraceSourceNameLength { get; set; }
public static int TraceSourceNameLength { get; set; }
Public Shared Property TraceSourceNameLength As Integer
Get
Set
Public Shared Property TraceSourceNameLength As Integer
Get
Set
public:
static property int TraceSourceNameLength {
int get ();
void set (int value);
}
public:
static property int TraceSourceNameLength {
int get ();
void set (int value);
}
Field Value
The length of the trace source name.
Values longer than this length are truncated.
The default is 10.