Class DebugLoggerPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class DebugLoggerPrintStream extends LoggerPrintStream
Mappings:
Namespace Name
official ym
intermediary net/minecraft/class_2980
named net/minecraft/util/logging/DebugLoggerPrintStream
  • Constructor Details

    • DebugLoggerPrintStream

      public DebugLoggerPrintStream(String name, OutputStream out)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lyo;<init>(Ljava/lang/String;Ljava/io/OutputStream;)V
      intermediary <init> Lnet/minecraft/class_2983;<init>(Ljava/lang/String;Ljava/io/OutputStream;)V
      named <init> Lnet/minecraft/util/logging/LoggerPrintStream;<init>(Ljava/lang/String;Ljava/io/OutputStream;)V
  • Method Details

    • log

      protected void log(String message)
      Overrides:
      log in class LoggerPrintStream
      Mappings:
      Namespace Name Mixin selector
      official a Lyo;a(Ljava/lang/String;)V
      intermediary method_12870 Lnet/minecraft/class_2983;method_12870(Ljava/lang/String;)V
      named log Lnet/minecraft/util/logging/LoggerPrintStream;log(Ljava/lang/String;)V