net.minecraft.client.telemetry

public class TelemetryLogManager

implements AutoCloseable

hgx
net.minecraft.client.telemetry.TelemetryLogManager
net.minecraft.class_7968
net.minecraft.client.session.telemetry.TelemetryLogManager

Field summary

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

Constructor summary

ModifierConstructor
private (EventLogDirectory compressor)

Method summary

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