C# Class SevenSigma.Logging.LoggingService

Inheritance: SPDiagnosticsServiceBase
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
LoggingService ( ) : System
WriteTrace ( string categoryName, TraceSeverity traceSeverity, string format ) : void

Méthodes protégées

Méthode Description
ProvideAreas ( ) : IEnumerable

Method Details

LoggingService() public méthode

public LoggingService ( ) : System
Résultat System

ProvideAreas() protected méthode

protected ProvideAreas ( ) : IEnumerable
Résultat IEnumerable

WriteTrace() public static méthode

public static WriteTrace ( string categoryName, TraceSeverity traceSeverity, string format ) : void
categoryName string
traceSeverity TraceSeverity
format string
Résultat void