C# 클래스 Serilog.Formatting.Display.LogEventPropertyMessageValue

상속: Serilog.Events.LogEventPropertyValue
파일 보기 프로젝트 열기: serilog/serilog 1 사용 예제들

공개 메소드들

메소드 설명
LogEventPropertyMessageValue ( Serilog.Events.MessageTemplate template, LogEventPropertyValue>.IReadOnlyDictionary properties ) : System
Render ( TextWriter output, string format = null, IFormatProvider formatProvider = null ) : void

메소드 상세

LogEventPropertyMessageValue() 공개 메소드

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

Render() 공개 메소드

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