C# 클래스 log4net.Tests.Appender.StringAppender

Write events to a string
상속: log4net.Appender.AppenderSkeleton
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs 1 사용 예제들

공개 메소드들

메소드 설명
GetString ( ) : string

Get the string logged so far

Reset ( ) : void

Reset the string

StringAppender ( ) : System.Text

Initializes a new instance of the StringAppender class.

보호된 메소드들

메소드 설명
Append ( log4net.Core.LoggingEvent loggingEvent ) : void

메소드 상세

Append() 보호된 메소드

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent the event to log
리턴 void

GetString() 공개 메소드

Get the string logged so far
public GetString ( ) : string
리턴 string

Reset() 공개 메소드

Reset the string
public Reset ( ) : void
리턴 void

StringAppender() 공개 메소드

Initializes a new instance of the StringAppender class.
public StringAppender ( ) : System.Text
리턴 System.Text