Seprating HangFire Log

I have requirement where I have to use separate table for logging of HangFire.
At now my application use existing Log4Net, with ADO data appended.

I think I should use Custom Logging of hangfire but can’t figure out the way to implement them.