Skip to content
Frank Geerlings edited this page Mar 30, 2015 · 7 revisions

The EventStore uses its own logging abstraction NEventStore.Logging.ILog which allows you to use the logging provider of your choice.

To set the logging provider simply setup the logging factory:

NEventStore.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.

Clone this wiki locally