Common Logging 2.0 API Reference

CommonLoggingAppender.GetClosestLevel Method

Gets the closest level supported by Common.Logging of the given log4net level

[Visual Basic]
Protected Shared Sub GetClosestLevel( _
   ByVal currentLevel As Level _
)
[C#]
protected static Level GetClosestLevel(
   Level currentLevel
);

See Also

CommonLoggingAppender Class | Common.Logging.Log4Net Namespace