| Package | Description |
|---|---|
| pro.fessional.mirana.stat |
| 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 LogStat.Stat |
LogStat.buildStat(String log,
long from,
Collection<? extends LogStat.Word> keys,
String suffix,
int preview,
int section) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
byte[]... keys) |
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,
byte[]... keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
Collection<? extends LogStat.Word> keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
int section,
byte[]... 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,
int preview,
int section,
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 @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
int section,
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,
int preview,
int section,
String... 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,
int preview,
LogStat.Word... keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
int preview,
String... keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
LogStat.Word... keys) |
static @NotNull LogStat.Stat |
LogStat.stat(String log,
long from,
String... keys) |
Copyright © 2024. All rights reserved.