Log4j2 File Inclusion : and similar to Logback

后端 未结 2 603
南笙
南笙 2021-01-12 23:04

Does Log4j2 support file inclusion mechanism like Logback does ? This is for including parts of a configuration file from another file (containing appenders, loggers etc.)

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-12 23:57

    A slightly different but similar mechanism exists in Log4j2, it supports XInclude. See https://issues.apache.org/jira/browse/LOG4J2-341 for details. (This needs to be documented better...)

提交回复
热议问题