Click or drag to resize

NLogExtensionsConvert Method (LogLevel)

Namespace:  Dynamicweb.Logging.NLog
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public static LogLevel Convert(
	this LogLevel level
)

Parameters

level
Type: LogLevel

Return Value

Type: LogLevel

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LogLevel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also