From 5fb7fd108eaa744944b51782122dcfa6876b34e8 Mon Sep 17 00:00:00 2001 From: Diego Bonura Date: Thu, 28 Sep 2023 22:14:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b59a3fa..7db99b3 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,7 @@ How it works ------------- Basically, a log message produced by a hangfire job is captured by NLog `NLog.HangfireJobLogsTarget`. Thanks to `${hangfire-decorator}` and `PerformContextAccessor` log messages are sent to Hangfire storage. Finally, log messages are shown on the detail page thanks to a simple `JobDetailsRenderer`. + +See sample project: + +https://github.com/meriturva/Hangfire.Dashboard.JobLogs/tree/main/Sample