CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CqrsModule()

Cqrs.Ninject.Configuration.CqrsModule< TAuthenticationToken, TAuthenticationTokenHelper >.CqrsModule ( bool  setupForWeb,
bool  setupForSqlLogging 
)
Parameters
setupForWebSet this to true if you will host this in IIS or some other web-server that provides access to System.Web.HttpContext.Current
setupForSqlLoggingSet this to true to use SqlLogger otherwise the ConsoleLogger will be bootstrapped by default.