| 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
)
<ExtensionAttribute>
Public Shared Function Convert (
level As LogLevel
) As LogLevel
Parameters
- level
- Type: LogLevel
Return Value
Type:
LogLevelUsage 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