public class OneTimeLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Queue<String> |
buffer |
protected static HashSet<String> |
hashSet |
| Constructor and Description |
|---|
OneTimeLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(org.slf4j.Logger logger,
String format,
Object... arguments) |
static void |
info(org.slf4j.Logger logger,
String format,
Object... arguments) |
protected static boolean |
isEligible(String message) |
static void |
reset() |
static void |
warn(org.slf4j.Logger logger,
String format,
Object... arguments) |
protected static boolean isEligible(String message)
public static void reset()
Copyright © 2017. All rights reserved.