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
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
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
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