| DiagnosticListenerTargetLevelName Property |
Namespace:
NLog.Targets
Assembly:
NLog.DiagnosticSource (in NLog.DiagnosticSource.dll) Version: 5.2.1+a54f7fe24a23b4dc9ee731cf22586ac0ca2d167b
Syntax public Layout LevelName { get; set; }
Public Property LevelName As Layout
Get
Set
Dim instance As DiagnosticListenerTarget
Dim value As Layout
value = instance.LevelName
instance.LevelName = value
member LevelName : Layout with get, set
Property Value
Type:
LayoutSee Also