C# Class NetIde.Shell.LoggingRedirection.RedirectAppender

Inheritance: log4net.Appender.AppenderSkeleton
Afficher le fichier Open project: netide/netide

Méthodes protégées

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

Private Methods

Méthode Description
GetExceptionLog ( Exception exception, StringBuilder stringBuilder ) : void
GetSeverity ( log4net.Core.Level level ) : int
LogException ( StringBuilder sb, Exception exception ) : void

Method Details

Append() protected méthode

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