Common Logging 2.0 API Reference

EntLibLoggerFactoryAdapter.DefaultPriority Property

The default priority used to log events.

[Visual Basic]
Public ReadOnly Property DefaultPriority() As Integer
   Public Get
   End Get
End Property
[C#]
public int DefaultPriority { public get; }

Remarks

defaults to DEFAULTPRIORITY

See Also

EntLibLoggerFactoryAdapter Class | Common.Logging.EntLib Namespace