Package net.minecraft.client.telemetry
Class TelemetryLogManager
java.lang.Object
net.minecraft.client.telemetry.TelemetryLogManager
- All Implemented Interfaces:
 AutoCloseable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EventLogDirectoryprivate static final intprivate static final org.slf4j.Loggerprivate static final Stringprivate CompletableFuture<Optional<TelemetryEventLog>> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static CompletableFuture<Optional<TelemetryLogManager>> 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
RAW_EXTENSION
- See Also:
 
 - 
EXPIRY_DAYS
private static final int EXPIRY_DAYS- See Also:
 
 - 
directory
 - 
sessionLog
 
 - 
 - 
Constructor Details
- 
TelemetryLogManager
 
 - 
 - 
Method Details
- 
open
 - 
openLogger
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -