forked from NEventStore/NEventStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Logging
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.