Class DebugLoggerPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Lack;b:Lorg/slf4j/Logger;
      intermediary field_36382 Lnet/minecraft/class_2980;field_36382:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/util/logging/DebugLoggerPrintStream;LOGGER:Lorg/slf4j/Logger;
  • Constructor Details

    • DebugLoggerPrintStream

      public DebugLoggerPrintStream(String name, OutputStream out)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lacm;<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 Lacm;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