C# Class TextTokenRenderer, Serilog.Sinks.Telegram.Alternative

A renderer for the text tokens.
显示文件 Open project: SeppPenner/Serilog.Sinks.Telegram Class Usage Examples

Public Methods

Method Description
Render ( TextToken, token, TextWriter, output, TelegramSinkOptions, options ) : void

Renders the given text token. Results are written to the output.

Method Details

Render() public static method

Renders the given text token. Results are written to the output.
public static Render ( TextToken, token, TextWriter, output, TelegramSinkOptions, options ) : void
token TextToken, The text token.
output TextWriter, The output.
options TelegramSinkOptions, The sink options.
return void