Replies: 6 comments 5 replies
|
@rosennej can you provide a file listing? PS> ls "$($env:LOCALAPPDATA)\QSM Programming Ltd\QCrypto"And provide the full log message?
We need to know which file was tried to rename. |
0 replies
|
The file list is: |
3 replies
|
Yes, there is only one application writing logs in this directory.
|
0 replies
|
See https://logging.apache.org/log4net/release/config-examples.html
"This example show how to configure the RollingFileAppender to roll log files once per program execution. The appendToFile property is set to false to prevent the appender from overwriting the existing files."
|
1 reply
|
It happened again. I suspect it is a problem with Windows or Visual Studio rather than with Log4net. The folder does not get properly released after the program being tested was aborted. The problem goes away after VS is restarted. I have a similar problem of folders not being released with Eclipse and Maven. This is the console: These are the files: |
1 reply
|
I am running in the debugger.
It happens only after the debugger is aborted.
I suggest this is a Visual Studio or Windows problem, not a log4net problem.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I keep getting this error. I am using version 3.0.3 on Windows 11 and .NET 6.
This is the configuration file
All reactions