Rename logger print streams to not use prefix naming (#1371)

This commit is contained in:
Juuxel 2020-05-20 02:50:12 +03:00 committed by GitHub
parent 4c440d8179
commit 26b7b704db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_2980 net/minecraft/util/logging/DebugLoggerPrintStream

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_2980 net/minecraft/util/logging/DebugPrintStreamLogger

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2983 net/minecraft/util/logging/PrintStreamLogger
CLASS net/minecraft/class_2983 net/minecraft/util/logging/LoggerPrintStream
FIELD field_13383 name Ljava/lang/String;
FIELD field_13384 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD <init> (Ljava/lang/String;Ljava/io/OutputStream;)V