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

A renderer for the text tokens.
Afficher le fichier Open project: SeppPenner/Serilog.Sinks.Telegram Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void