Class UncaughtExceptionLogger

java.lang.Object
net.minecraft.util.logging.UncaughtExceptionLogger
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class UncaughtExceptionLogger extends Object implements Thread.UncaughtExceptionHandler
Mappings:
Namespace Name
official t
intermediary net/minecraft/class_140
named net/minecraft/util/logging/UncaughtExceptionLogger
  • Field Details

    • logger

      private final Logger logger
      Mappings:
      Namespace Name Mixin selector
      official a Lt;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_1113 Lnet/minecraft/class_140;field_1113:Lorg/apache/logging/log4j/Logger;
      named logger Lnet/minecraft/util/logging/UncaughtExceptionLogger;logger:Lorg/apache/logging/log4j/Logger;
  • Constructor Details

    • UncaughtExceptionLogger

      public UncaughtExceptionLogger(Logger logger)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lt;<init>(Lorg/apache/logging/log4j/Logger;)V
      intermediary <init> Lnet/minecraft/class_140;<init>(Lorg/apache/logging/log4j/Logger;)V
      named <init> Lnet/minecraft/util/logging/UncaughtExceptionLogger;<init>(Lorg/apache/logging/log4j/Logger;)V
  • Method Details