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

파일 보기 프로젝트 열기: serilog/serilog

공개 메소드들

메소드 설명
Apply ( TextWriter output, string value, Alignment alignment ) : void

Writes the provided value to the output, applying direction-based padding when alignment is provided.

메소드 상세

Apply() 공개 정적인 메소드

Writes the provided value to the output, applying direction-based padding when alignment is provided.
public static Apply ( TextWriter output, string value, Alignment alignment ) : void
output System.IO.TextWriter
value string
alignment Serilog.Parsing.Alignment
리턴 void