C# Class 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.
Inheritance: log4net.Appender.AppenderSkeleton
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode Description
ActivateOptions ( ) : void
PatternFileAppender ( ) : System

Méthodes protégées

Méthode Description
Append ( log4net.Core.LoggingEvent loggingEvent ) : void

Method Details

ActivateOptions() public méthode

public ActivateOptions ( ) : void
Résultat void

Append() protected méthode

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
Résultat void

PatternFileAppender() public méthode

public PatternFileAppender ( ) : System
Résultat System