| LayoutTypedExtensions Class |
Inheritance Hierarchy SystemObject
NLogLayoutTypedExtensions
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public static class LayoutTypedExtensions
<ExtensionAttribute>
Public NotInheritable Class LayoutTypedExtensions
You do not need to declare an instance of a static class in order to access its members.
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type LayoutTypedExtensions = class end
The LayoutTypedExtensions type exposes the following members.
Methods
| Name | Description |
---|
| RenderValueT |
Renders the logevent into a result-value by using the provided layout
|
TopSee Also