ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Framework for handling exceptions #9

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

We need to provide a way to handle (i.e. log) exceptions. Suggestion is to implement an ExceptionPublisher which forwards to all known IExceptionSubscribers.

Exceptions in the following classes should be logged: CommandCoordinator QueryCoordinator RestServiceRouteHttpHandler