C# Class Glyma.SharePoint.Search.GlymaSearchLoggingService

Provides a logging service that logs messages with custom log categories for Glyma search.
Inheritance: SPDiagnosticsServiceBase
Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Public Properties

Property Type Description
DiagnosticAreaName string

Public Methods

Method Description
GlymaSearchLoggingService ( string name, SPFarm farm ) : System
this ( LogCategoryId categoryId ) : SPDiagnosticsCategory

Protected Methods

Method Description
ProvideAreas ( ) : IEnumerable

Private Methods

Method Description
GlymaSearchLoggingService ( ) : System

Method Details

GlymaSearchLoggingService() public method

public GlymaSearchLoggingService ( string name, SPFarm farm ) : System
name string
farm SPFarm
return System

ProvideAreas() protected method

protected ProvideAreas ( ) : IEnumerable
return IEnumerable

this() public method

public this ( LogCategoryId categoryId ) : SPDiagnosticsCategory
categoryId LogCategoryId
return SPDiagnosticsCategory

Property Details

DiagnosticAreaName public_oe static_oe property

public static string DiagnosticAreaName
return string