[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
ams-tschoening commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-669013481 > According to the libc documentation, all programs start in the "C" locale by default. The "C" locale is the same as ANSI_X3.4-1968. So before you do setlocale, the

[jira] [Created] (LOGCXX-512) cmake and autotools generate different versioned binaries

2020-08-04 Thread Robert Middleton (Jira)
Robert Middleton created LOGCXX-512: --- Summary: cmake and autotools generate different versioned binaries Key: LOGCXX-512 URL: https://issues.apache.org/jira/browse/LOGCXX-512 Project: Log4cxx

[GitHub] [logging-log4cxx] rm5248 edited a comment on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
rm5248 edited a comment on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668870727 This is related to LOG4CXX-483. I don't think there's really a bug with LOG4CXX-483, but this should help clarify. According to the [libc documentation](https:

[GitHub] [logging-log4cxx] rm5248 commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
rm5248 commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668870727 This is related to LOG4CXX-483. I don't think there's really a bug with LOG4CXX-483, but this should help clarify. According to the [libc documentation](https://www.g

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
ams-tschoening commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668697524 Changed. Is this closing [LOGCXX-483](https://issues.apache.org/jira/browse/LOGCXX-483) as well? Then I would mention this in `changes.xml` as well. I have the

[GitHub] [logging-log4cxx] rm5248 commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
rm5248 commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668684465 The FAQ is probably the correct place to put it, but looking at it now it's really a sub-heading under 'Does log4cxx support unicode?', which also talks about the `setlocale`

[jira] [Comment Edited] (LOG4J2-2901) Reconfiguration failed during backend server startup

2020-08-04 Thread Tamas Nemeth (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170904#comment-17170904 ] Tamas Nemeth edited comment on LOG4J2-2901 at 8/4/20, 3:39 PM: ---

[jira] [Commented] (LOG4J2-2901) Reconfiguration failed during backend server startup

2020-08-04 Thread Tamas Nemeth (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170904#comment-17170904 ] Tamas Nemeth commented on LOG4J2-2901: -- I downloaded the latest snapshot build, and

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
ams-tschoening commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668603673 Thinks worked OOB for me as well. I didn't like the top level menu entry, though, your text seems to be plain FAQ to me. So I replaced the available FAQ with a markdo

[GitHub] [logging-log4cxx] rm5248 commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
rm5248 commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668551500 This is setup only for Maven at the moment. Doxygen just needs to have markdown enabled to generate HTML pages from Markdown, and scan the correct directory for source files

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #31: Added documentation on non-english logging

2020-08-04 Thread GitBox
ams-tschoening commented on pull request #31: URL: https://github.com/apache/logging-log4cxx/pull/31#issuecomment-668432691 Is there anything special to do to make Doxygen use the MD-file or do things happen automatically when generating the site using Maven? -