[This is preliminary documentation and is subject to change.]
Gets or sets the layout used to format log messages.
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.1.0
Syntax
C# |
---|
public virtual Layout Layout { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property Layout As Layout |
Visual Basic (Usage) |
---|
Dim instance As TargetWithLayout Dim value As Layout value = instance.Layout instance.Layout = value |