C# 클래스 SampleLayoutsApp.Layout.LineWrappingLayout

The LineWrappingLayout wraps the output of a nested layout
The output of the nested layout is wrapped at LineWidth. Each of the continuation lines is prefixed with a number of spaces specified by Indent.
상속: ForwardingLayout
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
Format ( TextWriter writer, log4net.Core.LoggingEvent loggingEvent ) : void
LineWrappingLayout ( ) : System

비공개 메소드들

메소드 설명
WrapText ( TextWriter writer, string text ) : void

메소드 상세

Format() 공개 메소드

public Format ( TextWriter writer, log4net.Core.LoggingEvent loggingEvent ) : void
writer System.IO.TextWriter
loggingEvent log4net.Core.LoggingEvent
리턴 void

LineWrappingLayout() 공개 메소드

public LineWrappingLayout ( ) : System
리턴 System