C# Class Serilog.Formatting.Display.LogEventPropertyMessageValue

Inheritance: Serilog.Events.LogEventPropertyValue
Mostrar archivo Open project: serilog/serilog Class Usage Examples

Public Methods

Method Description
LogEventPropertyMessageValue ( Serilog.Events.MessageTemplate template, LogEventPropertyValue>.IReadOnlyDictionary properties ) : System
Render ( TextWriter output, string format = null, IFormatProvider formatProvider = null ) : void

Method Details

LogEventPropertyMessageValue() public method

public LogEventPropertyMessageValue ( Serilog.Events.MessageTemplate template, LogEventPropertyValue>.IReadOnlyDictionary properties ) : System
template Serilog.Events.MessageTemplate
properties LogEventPropertyValue>.IReadOnlyDictionary
return System

Render() public method

public Render ( TextWriter output, string format = null, IFormatProvider formatProvider = null ) : void
output System.IO.TextWriter
format string
formatProvider IFormatProvider
return void