Re: [I] log4net in MAUI application (logging-log4net)

2025-04-25 Thread via GitHub
FreeAndNil commented on issue #153: URL: https://github.com/apache/logging-log4net/issues/153#issuecomment-2831126224 @TheSundayDev your config file is not well formed (it has more than one root element). It need to look like this: ```xml

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-26 Thread via GitHub
FreeAndNil closed issue #153: log4net in MAUI application URL: https://github.com/apache/logging-log4net/issues/153 -- 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 unsubscri

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-26 Thread via GitHub
FreeAndNil commented on issue #153: URL: https://github.com/apache/logging-log4net/issues/153#issuecomment-2252852381 @TheSundayDev feel free to reopen when you have more details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-23 Thread via GitHub
FreeAndNil commented on issue #153: URL: https://github.com/apache/logging-log4net/issues/153#issuecomment-2244767256 @TheSundayDev is this issue still relevant? Otherwise I will close this next week. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-13 Thread via GitHub
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

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-13 Thread via GitHub
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.

Re: [I] log4net in MAUI application (logging-log4net)

2024-07-13 Thread via GitHub
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

[I] log4net in MAUI application (logging-log4net)

2024-07-13 Thread via GitHub
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