| Package | Description |
|---|---|
| pro.fessional.mirana.stat |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
LogStat.Word... keys)
Directly obtain statistics, which may be overwritten when logs are output
at the same time within the same millisecond of the same log.
|
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
LogStat.Word... keys) |
| Modifier and Type | Method and Description |
|---|---|
static LogStat.Stat |
LogStat.buildStat(String log,
long from,
Collection<? extends LogStat.Word> keys)
Directly obtain statistics, which may be overwritten when logs are output
at the same time within the same millisecond of the same log.
|
static LogStat.Stat |
LogStat.buildStat(String log,
long from,
Collection<? extends LogStat.Word> keys,
String suffix) |
static LogStat.Stat |
LogStat.buildStat(String log,
long from,
Collection<? extends LogStat.Word> keys,
String suffix,
int preview) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
Collection<? extends LogStat.Word> keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
Collection<? extends LogStat.Word> keys)
Directly obtain statistics, which may be overwritten when logs are output
at the same time within the same millisecond of the same log.
|
Copyright © 2023. All rights reserved.