Add embedded logging configs
Minecraft's default logging configs output XML to stdout, because the modern launcher parses it to provide a "nicer" console. We don't do that, so this commit adds embedded versions of the logging configs which just output log lines normally. |
---|
|
launcher/src/main/java/com/skcraft/launcher/update/BaseUpdater.java |
---|
launcher/src/main/resources/com/skcraft/launcher/logging/client-1.12.xml 0 → 100644 |
---|
launcher/src/main/resources/com/skcraft/launcher/logging/client-1.7.xml 0 → 100644 |
---|