Click or drag to resize

ConsoleLoggerAddUnmanagedThreadId Property

Gets or sets a value indicating whether to add the unmanaged 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 AddUnmanagedThreadId { get; set; }

Property Value

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