FreeAndNil commented on issue #153:
URL:
https://github.com/apache/logging-log4net/issues/153#issuecomment-2227211386
@TheSundayDev embedded ressource is wrong. The config file must be copied as
is to the target directory (the default build action for config files)
Is the exception still
swebb2066 commented on PR #392:
URL: https://github.com/apache/logging-log4cxx/pull/392#issuecomment-2227160668
> Would it make sense to create a new branch
On reflection, I am now inclined to add new methods in 1.3 and generate
deprecated warnings on the functions to be removed i
swebb2066 commented on issue #347:
URL:
https://github.com/apache/logging-log4cxx/issues/347#issuecomment-2227157338
After #351, the benchmark comparing the current implementation (lock and
copy appender pointers) versas no coping or lock on gcc 11 indicates a 30-40 ns
overhead from the co
TheSundayDev commented on issue #153:
URL:
https://github.com/apache/logging-log4net/issues/153#issuecomment-2227122521
Thanks for your quick reply!
Reference to System.Configuration.ConfigurationManager added.
I created a app.config file in project root and mark as Embedded resource.
FreeAndNil commented on issue #153:
URL:
https://github.com/apache/logging-log4net/issues/153#issuecomment-2227037784
@TheSundayDev do you have a config file?
If yes, can you post the content?
If not, can you create one?
Do you have a reference on System.Configuration?
--
This is
TheSundayDev opened a new issue, #153:
URL: https://github.com/apache/logging-log4net/issues/153
Hi all,
I'm migrating from xamarin form to MAUI (ios and android) and one library
has log4net as dependency.
I have the exception below.
How can I solve it?
thanks a lot
[DOTNE
rm5248 commented on PR #392:
URL: https://github.com/apache/logging-log4cxx/pull/392#issuecomment-2226909411
Would it make sense to create a new branch(e.g. `log4cxx-next` or something
like that) to do this type of refactoring in? It might make it a bit cleaner
rather than having a bunch o