C# Class NLog.LayoutRenderers.Wrappers.UrlEncodeLayoutRendererWrapper

Inheritance: NLog.LayoutRenderers.Wrappers.WrapperLayoutRendererBase
显示文件 Open project: NLog/NLog

Public Methods

Method Description
UrlEncodeLayoutRendererWrapper ( ) : NLog.Config

Initializes a new instance of the UrlEncodeLayoutRendererWrapper class.

Protected Methods

Method Description
Transform ( string text ) : string

Transforms the output of another layout.

Method Details

Transform() protected method

Transforms the output of another layout.
protected Transform ( string text ) : string
text string Output to be transform.
return string

UrlEncodeLayoutRendererWrapper() public method

Initializes a new instance of the UrlEncodeLayoutRendererWrapper class.
public UrlEncodeLayoutRendererWrapper ( ) : NLog.Config
return NLog.Config