Add possibity for separate logging for JPMS module/layers (LOG4J2-2464)

2019-06-25 Thread Alex Sviridov
. If someone is interested in it, could he take a look at it? -- Best regards, Alex Sviridov

Adding level to appender in manual code configuration in log4j2

2017-09-23 Thread Alex Sviridov
Hi all From here (https://logging.apache.org/log4j/2.0/faq.html#config_sep_appender_level) > You don’t need to declare separate loggers to achieve this. You can > set the logging level on the AppenderRef element. And xml example (part):             But I can't find a way to do it

Re[2]: Log4j and Java 9 JPMS support

2017-09-18 Thread Alex Sviridov
t should be relatively self explanatory. Feel free to follow up with >> questions on the dev list if you want as well. >> >> On 18 September 2017 at 09:40, Alex Sviridov < ooo_satu...@mail.ru.invalid > >> wrote: >> >>> The problem is that I know nothin

Re[2]: Log4j and Java 9 JPMS support

2017-09-18 Thread Alex Sviridov
talked about creating a ModuleContextSelector. If you want to help contribute >towards that it would be welcome. > >Ralph > >> On Sep 18, 2017, at 1:18 AM, Alex Sviridov < ooo_satu...@mail.ru.INVALID > >> wrote: >> >> Hi all >> >> Could any

Log4j and Java 9 JPMS support

2017-09-18 Thread Alex Sviridov
Hi all Could anyone say if log4j 1/2 can create separate log file for every JPMS module? For example I have application that consists of three named modules moduleA, moduleB, moduleC. And I want to have three log files moduleA.log, moduleB.log, moduleC.log. If such feature is not supported,