Write line into job detail

Hi,
i use HangFire 1.7.26 with AspNet.Core and need write description line into job detail where the job is runing . I do the same work whith old version of Hangfire and autofact
performContext.WriteLine(“Test”).

Whit core how i do this?
Thanks

hangf