Click or drag to resize

ConsoleLoggerAddThreadId Property

Gets or sets a value indicating whether to add the thread identifier to logs.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool AddThreadId { get; set; }

Property Value

Type: Boolean
true if thread identifier must be added to logs; otherwise, false.
See Also