You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider separating logging and the implementations, making logging event-based.
Event subscription should appear in Creator.cs and services / commands should have events in places where the logging could appear.
Task is open for suggestions
Goals
Replace logging with events
Subscribe logging methods to events
The text was updated successfully, but these errors were encountered:
Description
Consider separating logging and the implementations, making logging event-based.
Event subscription should appear in
Creator.cs
and services / commands should have events in places where the logging could appear.Goals
The text was updated successfully, but these errors were encountered: