xref: /aosp_15_r20/external/json-schema-validator/src/test/resources/logback-test.xml (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1*78c4dd6aSAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*78c4dd6aSAndroid Build Coastguard Worker<!--
3*78c4dd6aSAndroid Build Coastguard Worker  ~ Copyright (c) 2016 Network New Technologies Inc.
4*78c4dd6aSAndroid Build Coastguard Worker  ~
5*78c4dd6aSAndroid Build Coastguard Worker  ~ Licensed under the Apache License, Version 2.0 (the "License");
6*78c4dd6aSAndroid Build Coastguard Worker  ~ you may not use this file except in compliance with the License.
7*78c4dd6aSAndroid Build Coastguard Worker  ~ You may obtain a copy of the License at
8*78c4dd6aSAndroid Build Coastguard Worker  ~
9*78c4dd6aSAndroid Build Coastguard Worker  ~      http://www.apache.org/licenses/LICENSE-2.0
10*78c4dd6aSAndroid Build Coastguard Worker  ~
11*78c4dd6aSAndroid Build Coastguard Worker  ~ Unless required by applicable law or agreed to in writing, software
12*78c4dd6aSAndroid Build Coastguard Worker  ~ distributed under the License is distributed on an "AS IS" BASIS,
13*78c4dd6aSAndroid Build Coastguard Worker  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*78c4dd6aSAndroid Build Coastguard Worker  ~ See the License for the specific language governing permissions and
15*78c4dd6aSAndroid Build Coastguard Worker  ~ limitations under the License.
16*78c4dd6aSAndroid Build Coastguard Worker  -->
17*78c4dd6aSAndroid Build Coastguard Worker
18*78c4dd6aSAndroid Build Coastguard Worker<configuration>
19*78c4dd6aSAndroid Build Coastguard Worker
20*78c4dd6aSAndroid Build Coastguard Worker    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
21*78c4dd6aSAndroid Build Coastguard Worker        <!-- encoders are assigned the type
22*78c4dd6aSAndroid Build Coastguard Worker             ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
23*78c4dd6aSAndroid Build Coastguard Worker        <encoder>
24*78c4dd6aSAndroid Build Coastguard Worker            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
25*78c4dd6aSAndroid Build Coastguard Worker        </encoder>
26*78c4dd6aSAndroid Build Coastguard Worker    </appender>
27*78c4dd6aSAndroid Build Coastguard Worker
28*78c4dd6aSAndroid Build Coastguard Worker    <root level="ERROR">
29*78c4dd6aSAndroid Build Coastguard Worker        <appender-ref ref="STDOUT"/>
30*78c4dd6aSAndroid Build Coastguard Worker    </root>
31*78c4dd6aSAndroid Build Coastguard Worker</configuration>
32