| MessageQueueTarget Constructor (String) |
Namespace:
NLog.Targets
Assembly:
NLog.MSMQ (in NLog.MSMQ.dll) Version: 5.3.1+40400fa5f822c8a012031d98e17482db9dd5fb65
Syntax public MessageQueueTarget(
string name
)
Public Sub New (
name As String
)
Dim name As String
Dim instance As New MessageQueueTarget(name)
new :
name : string -> MessageQueueTarget
Parameters
- name
- Type: SystemString
Name of the target.
Remarks
The default value of the layout is:
1${longdate}|${level:uppercase=true}|${logger}|${message:withexception=true}
See Also