Skip to content
Damian Hickey edited this page May 18, 2013 · 2 revisions

The EventStore uses it's own logging abstraction EventStore.Logging.ILog which allows you to use the logging provider of your choice.

To set the logging provider simply setup the logging factory:

EventStore.Logging.LogFactory.BuildLogger = type => /* return logger */

For your convenience here is a Log4Net and an NLog implementation of ILog that you can drop into your application.

Continuous Integration

EventStore
CommonDomain

provided by [Codebetter's TeamCity server](http://teamcity.codebetter.com/project.html?projectId=project247&tab=projectOverview)

Development

Clone this wiki locally