aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Add logging for "business events" #590

Closed Eilon closed 8 years ago

Eilon commented 8 years ago

Music Store currently does no logging of its own.

To better demonstrate logging, it should log business events such as:

I recommend using the regular ILogger<T> pattern for logging (not the fancy lambda stuff).