Hello
I’m new to Hangfire, but I’ve quickly got it working on ASP.NET Core.
Is there a way to write logs or other messages so that they are visible in the Hangfire Dashboard somewhere? Ideally in the Jobs -> Succeeded -> State panel or somewhere around there.
I’m using ASP.NET Core’s ILogger.