 | InstallationContextLogOutput Property |
Gets or sets the log output.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic TextWriter LogOutput { get; set; }
Public Property LogOutput As TextWriter
Get
Set
Dim instance As InstallationContext
Dim value As TextWriter
value = instance.LogOutput
instance.LogOutput = value
member LogOutput : TextWriter with get, set
Property Value
Type:
TextWriter
See Also