Hangfire logging

We are using an old version of hangfire - version 1.1 . Is anyone aware of how we can integrate hangfire with a logging framework like the enterprise application block. I realize that the latest version has some out of the box support but we are not ready for an upgrade at this point. All the documentation points to the latest version of hangfire on how to do this.

thanks

Logging in previous versions is done through the Common.Logging library. You can install or implement your own logging adapter ā€“ http://hangfire.readthedocs.org/en/v1.1.0/users-guide/deployment-to-production/adding-logging.html.

Thanks odinserj. Will take a look.

1 Like