abp icon indicating copy to clipboard operation
abp copied to clipboard

How Can I Set current.log

Open CaglarMacha opened this issue 1 year ago • 1 comments

Documentation

Please check the official documentation before asking questions: https://docs.abp.io

GitHub Issues

GitHub issues are for bug reports, feature requests, and other discussions about the framework.

If you're creating a bug/problem report, please include the followings:

ABP Framework version 5.3.3

Hello, I need to set auditingManager.Current?.Log but its readonly. How can ı set ?

`private readonly IAuditingManager auditingManager;

public BaseJobArgs(AuditLogInfo auditLogInfo) { auditingManager.Current?.Log = auditLogInfo; }`

I am sharing code that I need

CaglarMacha avatar May 10 '24 07:05 CaglarMacha

hi

Why do you want to change it?

https://docs.abp.io/en/abp/latest/Audit-Logging#audit-log-contributors

maliming avatar May 10 '24 07:05 maliming