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

Inheritance: SPDiagnosticsServiceBase
ファイルを表示 Open project: Almond-Labs/SP2013-Starter

Public Methods

Method Description
Error ( string methodName, string errorMessage ) : void
Info ( string methodName, string errorMessage ) : void

Protected Methods

Method Description
ProvideAreas ( ) : IEnumerable

Private Methods

Method Description
DiagnosticLog ( ) : System.Collections.Generic

Method Details

Error() public static method

public static Error ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
return void

Info() public static method

public static Info ( string methodName, string errorMessage ) : void
methodName string
errorMessage string
return void

ProvideAreas() protected method

protected ProvideAreas ( ) : IEnumerable
return IEnumerable