LoggingEventThreadName Property Apache log4net™ SDK Documentation
Gets the name of the current thread.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public string ThreadName { get; }

Property Value

Type: String
The name of the current thread, or the thread ID when the name is not available.
Remarks

The collected information is cached for future use.

See Also

Reference