C# 클래스 SevenSigma.Logging.LoggingService

상속: SPDiagnosticsServiceBase
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
LoggingService ( ) : System
WriteTrace ( string categoryName, TraceSeverity traceSeverity, string format ) : void

보호된 메소드들

메소드 설명
ProvideAreas ( ) : IEnumerable

메소드 상세

LoggingService() 공개 메소드

public LoggingService ( ) : System
리턴 System

ProvideAreas() 보호된 메소드

protected ProvideAreas ( ) : IEnumerable
리턴 IEnumerable

WriteTrace() 공개 정적인 메소드

public static WriteTrace ( string categoryName, TraceSeverity traceSeverity, string format ) : void
categoryName string
traceSeverity TraceSeverity
format string
리턴 void