C# Class winsw.Logging.ServiceEventLogAppender

Implementes service Event log appender for log4j. The implementation presumes that service gets initialized after the logging.
Inheritance: log4net.Appender.AppenderSkeleton
Afficher le fichier Open project: kohsuke/winsw Class Usage Examples

Méthodes protégées

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

Private Methods

Méthode Description
toEventLogEntryType ( log4net.Core.Level level ) : EventLogEntryType

Method Details

Append() protected méthode

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