log4net SDK Documentation - Microsoft .NET Framework 4.0

Level.Trace Field

The Trace level designates fine-grained informational events that are most useful to debug an application.

[Visual Basic]
Public Shared ReadOnly Trace As Level
[C#]
public static readonly Level Trace;

See Also

Level Class | log4net.Core Namespace