I tried to configurate Log4J2 per xml-file. I want to register an own appender (which shows an speciale panel if errors happend). With logback it was no problem - till I wanted to use it in my webStart-Project. So I hope it works with log4j2. With my own configuration I get an CLASS_NOT_FOUND output.
I am looking the log4j2 xml-shema for:
<appender name="myAppender" class="mypackage.myappender">
I tried everything like
<Appenders>
<Myappender name="MyAppender" class="mypackage.myappender">
</Myappender>
</Appenders>
I hope someone can help me.
P.S.: sorry for my bad english