ObjectPathRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The ObjectPathRendererWrapper type exposes the following members.
Name | Description | |
---|---|---|
ObjectPathRendererWrapper | Initializes a new instance of the ObjectPathRendererWrapper class |
Name | Description | |
---|---|---|
Culture |
Gets or sets the culture used for rendering.
| |
Format |
Format string for conversion from object to string.
| |
Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) | |
ObjectPath |
Gets or sets the object-property-navigation-path for lookup of nested property
| |
Path |
Gets or sets the object-property-navigation-path for lookup of nested property
Shortcut for ObjectPath |
Name | Description | |
---|---|---|
Render |
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.) | |
ToString | Returns a string that represents the current object. (Inherited from LayoutRenderer.) | |
TryGetPropertyValue |
Lookup property-value from source object based on ObjectPath |