how can I log failures that occurred in an asp.net core application? my code: ```cs builder.Services.AddTempus(); builder.Services.AddTempusJob<NotifyJob>(); ```
how can I log failures that occurred in an asp.net core application?
my code: