 | ExceptionLayoutRendererFormat Property |
Gets or sets the format of the output. Must be a comma-separated list of exception
properties: Message, Type, ShortType, ToString, Method, StackTrace.
This parameter value is case-insensitive.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As ExceptionLayoutRenderer
Dim value As String
value = instance.Format
instance.Format = value
member Format : string with get, set
Property Value
Type:
String
Remarks[Required] Default: ToString,Data
See Also