[
https://issues.apache.org/jira/browse/LOG4J2-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis updated LOG4J2-2816:
--
Description:
We've got several times following NullPointerException (example from our
stdout.log):
{code:j
[
https://issues.apache.org/jira/browse/LOG4J2-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis updated LOG4J2-2816:
--
Description:
We've got several times following NullPointerException (example from our
stdout.log):
{code:j
Denis created LOG4J2-2816:
-
Summary: NullPointerException from AsyncLogger
Key: LOG4J2-2816
URL: https://issues.apache.org/jira/browse/LOG4J2-2816
Project: Log4j 2
Issue Type: Bug
Component
rm5248 edited a comment on issue #22: Only exporting the log4cxx symbols by
default
URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-612049860
In that case, there's probably an easier way to do this. Since the symbols
already need to be marked as exported for Windows bu
rm5248 commented on issue #22: Only exporting the log4cxx symbols by default
URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-612049860
In that case, there's probably an easier way to do this. Since the symbols
already need to be marked as exported for Windows builds, th
aallrd commented on a change in pull request #22: Only exporting the log4cxx
symbols by default
URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709783
##
File path: src/site/apt/building/cmake.apt
##
@@ -39,24 +39,26 @@ $ sudo make install
* ccmake
aallrd commented on a change in pull request #22: Only exporting the log4cxx
symbols by default
URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709509
##
File path: CMakeLists.txt
##
@@ -18,6 +18,13 @@ if(NOT BUILD_SHARED_LIBS)
set(LOG4CXX_COMPILE_
aallrd commented on a change in pull request #22: Only exporting the log4cxx
symbols by default
URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709605
##
File path: CMakeLists.txt
##
@@ -18,6 +18,13 @@ if(NOT BUILD_SHARED_LIBS)
set(LOG4CXX_COMPILE_
aallrd commented on issue #22: Only exporting the log4cxx symbols by default
URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-611983430
Hello,
Sorry for the incomplete PR, I wanted really to open an issue but I could
not find how to to that on this project.