![]() | JsonEncodeLayoutRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The JsonEncodeLayoutRendererWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonEncodeLayoutRendererWrapper | Initializes a new instance of the JsonEncodeLayoutRendererWrapper class |
Name | Description | |
---|---|---|
![]() | EscapeForwardSlash |
Should forward slashes be escaped? If true, / will be converted to \/
|
![]() | EscapeUnicode |
Gets or sets a value indicating whether to escape non-ascii characters
|
![]() | Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) |
![]() | JsonEncode |
Gets or sets whether output should be encoded with Json-string escaping.
|
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.) |