UppercaseLayoutRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The UppercaseLayoutRendererWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| UppercaseLayoutRendererWrapper | Initializes a new instance of the UppercaseLayoutRendererWrapper class |
| Name | Description | |
|---|---|---|
| Culture |
Gets or sets the culture used for rendering.
| |
| Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) | |
| ToUpper |
Same as Uppercase-property, so it can be used as ambient property.
| |
| Uppercase |
Gets or sets a value indicating whether upper case conversion should be applied.
|
| 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.) |