 | ExceptionLayoutRendererFormats Property |
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic IEnumerable<ExceptionRenderingFormat> Formats { get; }
Public ReadOnly Property Formats As IEnumerable(Of ExceptionRenderingFormat)
Get
Dim instance As ExceptionLayoutRenderer
Dim value As IEnumerable(Of ExceptionRenderingFormat)
value = instance.Formats
member Formats : IEnumerable<ExceptionRenderingFormat> with get
Property Value
Type:
IEnumerableExceptionRenderingFormat
See Also