C# Class EnergyTrading.Logging.Log4Net.CachedSmtpAppender

Inheritance: log4net.Appender.SmtpAppender
Afficher le fichier Open project: RWE-Nexus/EnergyTrading-Core

Méthodes publiques

Méthode Description
ActivateOptions ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
AddNewCacheItem ( log4net.Core.LoggingEvent loggingEvent ) : EnergyTrading.Logging.Log4Net.LoggingEventCacheItem
GetPreviousOccurrences ( System.Runtime.Caching.MemoryCache cache, log4net.Core.LoggingEvent loggingEvent ) : IList
SetRepeatMessage ( log4net.Core.LoggingEvent loggingEvent, IList cachedOccurrences ) : void
SetSubject ( 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

SendEmail() protected méthode

protected SendEmail ( string messageBody ) : void
messageBody string
Résultat void