C# Class NHibernateQueryService.WebApi.TraceConfig

This static class contains helper methods related to the registration of ITraceWriter instances.
Afficher le fichier Open project: PeteGoo/NHibernate.QueryService

Méthodes publiques

Méthode Description
Register ( System.Web.Http.HttpConfiguration configuration ) : void

Registers the ITraceWriter implementation to use for this application.

Method Details

Register() public static méthode

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.
Résultat void