C# 클래스 NHibernateQueryService.WebApi.TraceConfig

This static class contains helper methods related to the registration of ITraceWriter instances.
파일 보기 프로젝트 열기: PeteGoo/NHibernate.QueryService

공개 메소드들

메소드 설명
Register ( System.Web.Http.HttpConfiguration configuration ) : void

Registers the ITraceWriter implementation to use for this application.

메소드 상세

Register() 공개 정적인 메소드

Registers the ITraceWriter implementation to use for this application.
public static Register ( System.Web.Http.HttpConfiguration configuration ) : void
configuration System.Web.Http.HttpConfiguration The in which /// to register the trace writer.
리턴 void