net.minecraft.client.telemetry

public class TelemetryLogManager

implements AutoCloseable

gvp
net.minecraft.client.telemetry.TelemetryLogManager
net.minecraft.class_7968
net.minecraft.client.session.telemetry.TelemetryLogManager
net.minecraft.src.C_260375_

Field summary

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

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)
m_261252_(Path p_262078_)
public CompletableFuture<Optional<TelemetryEventLogger>>
a()
openLogger()
method_47737()
getLogger()
m_260856_()
public void
close()
close()
close()