C# Class Glyma.SharePoint.Search.GlymaSearchLogger

Provides a singleton logging class for Glyma search that logs messages with custom log categories.
Datei anzeigen Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
WriteTrace ( LogCategoryId messageCategoryId, TraceSeverity messageSeverity, string message ) : void

Private Methods

Method Description
GlymaSearchLogger ( ) : System

Method Details

WriteTrace() public static method

public static WriteTrace ( LogCategoryId messageCategoryId, TraceSeverity messageSeverity, string message ) : void
messageCategoryId LogCategoryId
messageSeverity TraceSeverity
message string
return void