C# 클래스 Glyma.SharePoint.Search.GlymaSearchLogger

Provides a singleton logging class for Glyma search that logs messages with custom log categories.
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
WriteTrace ( LogCategoryId messageCategoryId, TraceSeverity messageSeverity, string message ) : void

비공개 메소드들

메소드 설명
GlymaSearchLogger ( ) : System

메소드 상세

WriteTrace() 공개 정적인 메소드

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