Serilog.Events.LogEventPropertyValue.Render C# (CSharp) Method

Render() public abstract method

Render the value to the output.
public abstract Render ( TextWriter output, string format = null, IFormatProvider formatProvider = null ) : void
output System.IO.TextWriter The output.
format string A format string applied to the value, or null.
formatProvider IFormatProvider A format provider to apply to the value, or null to use the default.
return void
        public abstract void Render(TextWriter output, string format = null, IFormatProvider formatProvider = null);
LogEventPropertyValue