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

No logs are written under several user accounts. #833

Open
secuman83 opened this issue Apr 29, 2023 · 0 comments
Open

No logs are written under several user accounts. #833

secuman83 opened this issue Apr 29, 2023 · 0 comments

Comments

@secuman83
Copy link

I am using easyloggingpp in vc++. Visual studio version is 2022.
The log module is in the dll and my project has a structure in which several processes use this dll.
First, load the dll from process A and save the logs to the a.log file. At this time, the log file is created and the log is stored properly. Process A runs as the "Auser" account.
Second, load the dll in the B process and save the logs to B.log file. However, at this time, the log file is generated, but the logs is not written. Process B runs as the "Buser" account.
In other words, if you load the same dll in processes executed with different accounts, the logs is not stored on one side.
What is the cause of this?

@secuman83 secuman83 changed the title No logs are written under several user account. No logs are written under several user accounts. Apr 29, 2023
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

1 participant