Re: [I] log4net logs PlatformNotSupportedException on Android (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil closed issue #239: log4net logs PlatformNotSupportedException on Android URL: https://github.com/apache/logging-log4net/issues/239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [PR] Added reference to `android-log4j2` repo to the F.A.Q. [logging-log4j2]

2025-04-29 Thread via GitHub
neboskreb commented on PR #3643: URL: https://github.com/apache/logging-log4j2/pull/3643#issuecomment-2839366224 Thanks for the input, @ppkarwasz To be honest, I didn't expect that a simple workaround proposition which I put forward transforms into such a big scope. Android-lo

Re: [PR] Added reference to `android-log4j2` repo to the F.A.Q. [logging-log4j2]

2025-04-29 Thread via GitHub
ppkarwasz commented on PR #3643: URL: https://github.com/apache/logging-log4j2/pull/3643#issuecomment-2839235141 Hi @neboskreb, Looking more closely at `android-log4j2`, it is **not** an implementation of the Log4j API, but a set of Log4j Core plugins to enhance user experience on An

Re: [I] log4net logs PlatformNotSupportedException on Android (logging-log4net)

2025-04-29 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2839198421 Thanks the traceback is gone now, checked with prerelease. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] ProviderUtil.lazyInit hangs indefinitely [logging-log4j2]

2025-04-29 Thread via GitHub
ppkarwasz commented on issue #2655: URL: https://github.com/apache/logging-log4j2/issues/2655#issuecomment-2839147764 > This is a somewhat unfavourable response, an exception or the automatic use of the SimpleProvider would be better. The Log4j API uses static initialization to choos

Re: [I] Compressing rolled files (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil commented on issue #234: URL: https://github.com/apache/logging-log4net/issues/234#issuecomment-2838935732 @lraulea Thanks for your feedback. We will consider implementing this in a future version. -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] #239 detect Android and use environment variables instead of AppSettings (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil merged PR #240: URL: https://github.com/apache/logging-log4net/pull/240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

Re: [I] log4net logs PlatformNotSupportedException on Android (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2838506455 @arunjose696 see #240 Can you check with https://www.nuget.org/packages/log4net/3.1.0-preview.3 ? -- This is an automated message from the Apache Git Service. To respo

[PR] #239 detect Android and use environment variables instead of AppSettings (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil opened a new pull request, #240: URL: https://github.com/apache/logging-log4net/pull/240 #239 detect Android and use environment variables instead of AppSettings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Compressing rolled files (logging-log4net)

2025-04-29 Thread via GitHub
lraulea commented on issue #234: URL: https://github.com/apache/logging-log4net/issues/234#issuecomment-2838250943 @FreeAndNil i'd like to update you with the latest About first observed issue, intermittently missing zips when overriding `AdjustFileBeforeAppend()`, we believe that th

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-29 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2837846402 Thanks for the confirmation. I will provide a pull request to fix the warning / error message on android. -- This is an automated message from the Apache Git Service. T

Re: [I] log4net throws exception on MAUI app (logging-log4net)

2025-04-29 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2837798258 Thanks very much. Making the app as embedded resource works for me. The fully quallified name though works on the android emulator did not work on the real android

Re: [I] High CPU usage in async mode with Log4j2 [logging-log4j2]

2025-04-29 Thread via GitHub
ppkarwasz commented on issue #3635: URL: https://github.com/apache/logging-log4j2/issues/3635#issuecomment-2837716456 > I know this configuration can avoid this problem, but the question is whether there is a problem with this default configuration and whether it needs to be adjusted.