Class TelemetryLogManager
java.lang.Object
net.minecraft.client.session.telemetry.TelemetryLogManager
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/client/session/telemetry/TelemetryLogManagerintermediary net/minecraft/class_7968official hkg
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LogFileCompressorprivate static final Stringprivate static final Loggerprivate static final intprivate @Nullable CompletableFuture<Optional<ThreadedLogWriter>>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static CompletableFuture<Optional<TelemetryLogManager>>  
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/client/session/telemetry/TelemetryLogManager;LOGGER:Lorg/slf4j/Logger;intermediary field_41452Lnet/minecraft/class_7968;field_41452:Lorg/slf4j/Logger;official aLhkg;a:Lorg/slf4j/Logger;
 - 
FILE_EXTENSION
- See Also:
 - Mappings:
 Namespace Name Mixin selector named FILE_EXTENSIONLnet/minecraft/client/session/telemetry/TelemetryLogManager;FILE_EXTENSION:Ljava/lang/String;intermediary field_41453Lnet/minecraft/class_7968;field_41453:Ljava/lang/String;official bLhkg;b:Ljava/lang/String;
 - 
RETENTION_DAYS
private static final int RETENTION_DAYS- See Also:
 - Mappings:
 Namespace Name Mixin selector named RETENTION_DAYSLnet/minecraft/client/session/telemetry/TelemetryLogManager;RETENTION_DAYS:Iintermediary field_41454Lnet/minecraft/class_7968;field_41454:Iofficial cLhkg;c:I
 - 
compressor
- Mappings:
 Namespace Name Mixin selector named compressorLnet/minecraft/client/session/telemetry/TelemetryLogManager;compressor:Lnet/minecraft/util/logging/LogFileCompressor;intermediary field_41455Lnet/minecraft/class_7968;field_41455:Lnet/minecraft/class_7929;official dLhkg;d:Lbnl;
 - 
writer
- Mappings:
 Namespace Name Mixin selector named writerLnet/minecraft/client/session/telemetry/TelemetryLogManager;writer:Ljava/util/concurrent/CompletableFuture;intermediary field_41456Lnet/minecraft/class_7968;field_41456:Ljava/util/concurrent/CompletableFuture;official eLhkg;e:Ljava/util/concurrent/CompletableFuture;
 
 - 
 - 
Constructor Details
- 
TelemetryLogManager
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/session/telemetry/TelemetryLogManager;<init>(Lnet/minecraft/util/logging/LogFileCompressor;)Vintermediary <init>Lnet/minecraft/class_7968;<init>(Lnet/minecraft/class_7929;)Vofficial <init>Lhkg;<init>(Lbnl;)V
 
 - 
 - 
Method Details
- 
create
- Mappings:
 Namespace Name Mixin selector named createLnet/minecraft/client/session/telemetry/TelemetryLogManager;create(Ljava/nio/file/Path;)Ljava/util/concurrent/CompletableFuture;intermediary method_47738Lnet/minecraft/class_7968;method_47738(Ljava/nio/file/Path;)Ljava/util/concurrent/CompletableFuture;official aLhkg;a(Ljava/nio/file/Path;)Ljava/util/concurrent/CompletableFuture;
 - 
getLogger
- Mappings:
 Namespace Name Mixin selector named getLoggerLnet/minecraft/client/session/telemetry/TelemetryLogManager;getLogger()Ljava/util/concurrent/CompletableFuture;intermediary method_47737Lnet/minecraft/class_7968;method_47737()Ljava/util/concurrent/CompletableFuture;official aLhkg;a()Ljava/util/concurrent/CompletableFuture;
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -