We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The EventStore uses it's own logging abstraction EventStore.Logging.ILog which allows you to use the logging provider of your choice.
EventStore.Logging.ILog
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
EventStore
CommonDomain
Development