 | FallbackGroupTarget Constructor (String, Target) |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic FallbackGroupTarget(
string name,
params Target[] targets
)
Public Sub New (
name As String,
ParamArray targets As Target()
)
Dim name As String
Dim targets As Target()
Dim instance As New FallbackGroupTarget(name, targets)
new :
name : string *
targets : Target[] -> FallbackGroupTarget
Parameters
- name
- Type: SystemString
Name of the target. - targets
- Type: NLog.TargetsTarget
The targets.
See Also