Re: Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-15 Thread Remko Popma
Hi, The tool didn't use to require the log4j-api on the classpath. Not sure what happened there, apologies. For now please try to generate again with both the api and the core jars in the classpath. Remko Sent from my iPhone > On 16 Dec 2016, at 3:16, Gary Gregory wrote: > > The api or

Re: Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-15 Thread Gary Gregory
The api or core jar on the classpath? Gary On Dec 15, 2016 8:59 AM, "[email protected]" wrote: > Hi, > > I tried to create an extended logger with the command provided at the > below page, but it failed with - Exception in thread "main" > java.lang.NoClassDefFoundError: > org/apache/logging

Generating Extended Loggers command fails with NoClassDefFoundError

2016-12-15 Thread [email protected]
Hi, I tried to create an extended logger with the command provided at the below page, but it failed with - Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/util/Strings URL - http://logging.apache.org/log4j/2.0/manual/customloglevels.html#CustomLoggers Am I

Log4j2 - Socket appender configuration in properties file format

2016-12-15 Thread Tarun Sharma
Hi, I have a socket appender configuration on the client side as below: appender.socket.type = Socket appender.socket.name = Socket_XYZ appender.socket.host = localhost appender.socket.port = 4712 appender.socket.reconnectionDelayMillis = 1 I want to make it secure. I can se