forked from NEventStore/NEventStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Logging
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.
- Home
- Quick Start
- Architecture
- [Overview](Architectural Overview)
- Transactional Integrity
- Supported Persistence Engines