"Fossies" - the Fresh Open Source Software Archive 
Member "apache-log4j-2.12.4-src/log4j-core/src/test/resources/log4j-comp-logger-ref.json" (20 Dec 2021, 516 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "Configuration" : {
3 "name": "LoggerConfigTest",
4 "Loggers" : {
5 "logger" : [
6 {
7 "name" : "cat1",
8 "level" : "debug",
9 "additivity" : false,
10 "AppenderRef" : {
11 "ref" : "STDOUT",
12 "RegexFilter": {"regex" : "TEST", "onMatch": "deny", "onMismatch": "accept"}
13 }
14 }
15 ]
16 }
17 }
18 }