C# 클래스 SampleAppendersApp.Appender.PatternFileAppender

Appender that writes to a file named using a pattern
The file to write to is selected for each event using a PatternLayout specified in the File property. This allows each LoggingEvent to be written to a file based on properties of the event. The output file is opened to write each LoggingEvent as it arrives and closed afterwards.
상속: log4net.Appender.AppenderSkeleton
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
ActivateOptions ( ) : void
PatternFileAppender ( ) : System

보호된 메소드들

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

메소드 상세

ActivateOptions() 공개 메소드

public ActivateOptions ( ) : void
리턴 void

Append() 보호된 메소드

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
리턴 void

PatternFileAppender() 공개 메소드

public PatternFileAppender ( ) : System
리턴 System