net.minecraft.client.telemetry

public class TelemetryLogManager

implements AutoCloseable

htq
net.minecraft.client.telemetry.TelemetryLogManager
net.minecraft.class_7968

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_41452
private static final String
b
RAW_EXTENSION
field_41453
private static final int
c
EXPIRY_DAYS
field_41454
private final EventLogDirectory
d
directory
field_41455
private CompletableFuture<Optional<TelemetryEventLog>>
e
sessionLog
field_41456

Constructor summary

ModifierConstructor
private (EventLogDirectory arg0)

Method summary

Modifier and TypeMethod
public static CompletableFuture<Optional<TelemetryLogManager>>
a(Path arg0)
open(Path arg0)
method_47738(Path arg0)
public CompletableFuture<Optional<TelemetryEventLogger>>
a()
openLogger()
method_47737()
public void
close()
close()