Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Can I Set current.log #19769

Open
CaglarMacha opened this issue May 10, 2024 · 1 comment
Open

How Can I Set current.log #19769

CaglarMacha opened this issue May 10, 2024 · 1 comment

Comments

@CaglarMacha
Copy link

CaglarMacha commented May 10, 2024

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

@maliming
Copy link
Member

hi

Why do you want to change it?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants