C# Class Apprenda.Log4NetConnectorPolicy.LogElementWorker

The log element worker.
Afficher le fichier Open project: apprenda/Log4Net-Onboarder

Méthodes publiques

Méthode Description
UpdateLoggingElement ( System.Xml.Linq.XElement loggingElement ) : void

Update the content of the logging element.

Method Details

UpdateLoggingElement() public static méthode

Update the content of the logging element.
public static UpdateLoggingElement ( System.Xml.Linq.XElement loggingElement ) : void
loggingElement System.Xml.Linq.XElement /// The logging element being modified. ///
Résultat void