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

2025-04-28 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835662862 I see maui.log is the value , I dont see this file being created in the Android device or the emulator. -- This is an automated message from the Apache Git Service. To r

Re: [I] slf4j2-impl not published with 3.0.0-beta3 [logging-log4j2]

2025-04-28 Thread via GitHub
hudson155 commented on issue #3634: URL: https://github.com/apache/logging-log4j2/issues/3634#issuecomment-2835930508 Thanks! This is helpful -- 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

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

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835684895 Can you fully qualify the file name in the xml file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

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

2025-04-28 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835722661 As directly giving the fully quallified path in xml wont work in maui, I think I will need to provide this somehow through the code which I need to figure out, If I dont g

Re: [I] RollingFileAppender overwrites an old log even if AppendToFile is true when RollingStyle is Composite and there are some logs on that day. (logging-log4net)

2025-04-28 Thread via GitHub
WorldRobertProject commented on issue #163: URL: https://github.com/apache/logging-log4net/issues/163#issuecomment-2834522307 We have confirmed the issue has been resolved! Thank you so much! -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] RollingFileAppender does not respect the MaxSizeRollBackups with positive CountDirection (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil closed issue #231: RollingFileAppender does not respect the MaxSizeRollBackups with positive CountDirection URL: https://github.com/apache/logging-log4net/issues/231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Handle logs with positive CountDirection, extension preservation and placed in dir (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil merged PR #232: URL: https://github.com/apache/logging-log4net/pull/232 -- 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] RollingFileAppender overwrites an old log even if AppendToFile is true when RollingStyle is Composite and there are some logs on that day. (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil closed issue #163: RollingFileAppender overwrites an old log even if AppendToFile is true when RollingStyle is Composite and there are some logs on that day. URL: https://github.com/apache/logging-log4net/issues/163 -- This is an automated message from the Apache Git Service. To r

Re: [I] RollingFileAppender does not enumerate all existing rollback files and then overwrites logs during rollback creating gaps (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil closed issue #236: RollingFileAppender does not enumerate all existing rollback files and then overwrites logs during rollback creating gaps URL: https://github.com/apache/logging-log4net/issues/236 -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] Unable to set property [file] on object [log4net.Appender.FileAppender] (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil closed issue #220: Unable to set property [file] on object [log4net.Appender.FileAppender] URL: https://github.com/apache/logging-log4net/issues/220 -- 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

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

2025-04-28 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835244532 > You need to use xml (config) files for android. log4net supports xml files on all plattforms. > > See the attached example. > > [MauiApp4.zip](https://gith

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

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835359900 I have no android device for testing. You can adjust the path of the log file (for testing full qualified) in log4net.xml (log4net/appender(FileAppender)/file.value

Re: [I] RollingFileAppender overwrites an old log even if AppendToFile is true when RollingStyle is Composite and there are some logs on that day. (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #163: URL: https://github.com/apache/logging-log4net/issues/163#issuecomment-2834342696 @WorldRobertProject can you please test, whether the latest fix in #232 fixes your problem? -- This is an automated message from the Apache Git Service. To respond to the

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

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2835021043 You need to use xml (config) files for android. log4net supports xml files on all plattforms. See the attached example. [MauiApp4.zip](https://github.com/us

Re: [I] RollingFileAppender does not enumerate all existing rollback files and then overwrites logs during rollback creating gaps (logging-log4net)

2025-04-28 Thread via GitHub
vladislav-dobzinski-etr commented on issue #236: URL: https://github.com/apache/logging-log4net/issues/236#issuecomment-2834774809 My issue is not related to cutting the directory part. It is related to **not enumerating all existing files** after restart (like they are invisible) What v

Re: [I] RollingFileAppender does not enumerate all existing rollback files and then overwrites logs during rollback creating gaps (logging-log4net)

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #236: URL: https://github.com/apache/logging-log4net/issues/236#issuecomment-2834844254 @vladislav-dobzinski-etr can you compile a version yourself from master? -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2025-04-28 Thread via GitHub
arunjose696 commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2834897320 Thank you for the response. I also tried using this zip file. The code runs perfectly fine when executed on the Windows machine in Visual Studio, but the exception o

Re: [I] RollingFileAppender does not enumerate all existing rollback files and then overwrites logs during rollback creating gaps (logging-log4net)

2025-04-28 Thread via GitHub
vladislav-dobzinski-etr commented on issue #236: URL: https://github.com/apache/logging-log4net/issues/236#issuecomment-2834909441 Yes. I can compile. I'll check the results later, because now I'm working with other issues. Thanks for support -- This is an automated message from the A

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

2025-04-28 Thread via GitHub
FreeAndNil commented on issue #239: URL: https://github.com/apache/logging-log4net/issues/239#issuecomment-2836185059 You can read the log4net config from an embedded resource: [MauiApp5.zip](https://github.com/user-attachments/files/19947025/MauiApp5.zip) This way (and changing the