| GroupByTargetWrapper Constructor (String, Target, Layout) |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public GroupByTargetWrapper(
string name,
Target wrappedTarget,
Layout key
)
Public Sub New (
name As String,
wrappedTarget As Target,
key As Layout
)
Dim name As String
Dim wrappedTarget As Target
Dim key As Layout
Dim instance As New GroupByTargetWrapper(name, wrappedTarget,
key)
new :
name : string *
wrappedTarget : Target *
key : Layout -> GroupByTargetWrapper
Parameters
- name
- Type: SystemString
The name of the target. - wrappedTarget
- Type: NLog.TargetsTarget
The wrapped target. - key
- Type: NLog.LayoutsLayout
Group by identifier.
See Also