Package net.minecraft.client.telemetry
Class TelemetryLogManager
java.lang.Object
net.minecraft.client.telemetry.TelemetryLogManager
- All Implemented Interfaces:
- AutoCloseable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final EventLogDirectoryprivate static final intprivate static final org.slf4j.Loggerprivate static final Stringprivate CompletableFuture<Optional<TelemetryEventLog>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()static CompletableFuture<Optional<TelemetryLogManager>>
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
RAW_EXTENSION- See Also:
 
- 
EXPIRY_DAYSprivate static final int EXPIRY_DAYS- See Also:
 
- 
directory
- 
sessionLog
 
- 
- 
Constructor Details- 
TelemetryLogManager
 
- 
- 
Method Details- 
open
- 
openLogger
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-