We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f36937f + b347701 commit bf58936Copy full SHA for bf58936
README.md
@@ -46,7 +46,11 @@ Quick Start
46
3. Create `app/src/main/assets/logback.xml` containing:
47
48
```xml
49
- <configuration>
+ <configuration
50
+ xmlns="https://tony19.github.io/logback-android/xml"
51
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
52
+ xsi:schemaLocation="https://tony19.github.io/logback-android/xml https://cdn.jsdelivr.net/gh/tony19/logback-android/logback.xsd"
53
+ >
54
<appender name="logcat" class="ch.qos.logback.classic.android.LogcatAppender">
55
<tagEncoder>
56
<pattern>%logger{12}</pattern>
0 commit comments