LeftLayoutRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The LeftLayoutRendererWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| LeftLayoutRendererWrapper | Initializes a new instance of the LeftLayoutRendererWrapper class |
| Name | Description | |
|---|---|---|
| Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) | |
| Length |
Gets or sets the length in characters. Zero or negative means disabled.
| |
| Truncate |
Same as Length-property, so it can be used as ambient property.
|
| 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.) |