C# Class AL.Sharepoint.Core.Log.DiagnosticLog

Inheritance: SPDiagnosticsServiceBase
Afficher le fichier Open project: Almond-Labs/SP2013-Starter

Méthodes publiques

Méthode Description
Error ( string methodName, string errorMessage ) : void
Info ( string methodName, string errorMessage ) : void

Méthodes protégées

Méthode Description
ProvideAreas ( ) : IEnumerable

Private Methods

Méthode Description
DiagnosticLog ( ) : System.Collections.Generic

Method Details

Error() public static méthode

public static Error ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
Résultat void

Info() public static méthode

public static Info ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
Résultat void

ProvideAreas() protected méthode

protected ProvideAreas ( ) : IEnumerable
Résultat IEnumerable