Practical.CleanArchitecture
Practical.CleanArchitecture copied to clipboard
How about audit logging?
Is logging/audit logging a cross-cutting concern? or just infrastructure. State of the domain (objects) could be changed by any external actor(s) - web app, server, background job. How can I get a unified view of state changes to my domain objects?