|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.status.StatusUtil
public class StatusUtil
| Constructor Summary | |
|---|---|
StatusUtil()
|
|
| Method Summary | |
|---|---|
static void |
addError(Context context,
Object caller,
String msg,
Throwable t)
|
static void |
addInfo(Context context,
Object caller,
String msg)
|
static void |
addStatus(Context context,
Status status)
|
static void |
addWarn(Context context,
Object caller,
String msg)
|
static List<Status> |
filterStatusListByTimeThreshold(List<Status> rawList,
long threshold)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusUtil()
| Method Detail |
|---|
public static List<Status> filterStatusListByTimeThreshold(List<Status> rawList,
long threshold)
public static void addStatus(Context context,
Status status)
public static void addInfo(Context context,
Object caller,
String msg)
public static void addWarn(Context context,
Object caller,
String msg)
public static void addError(Context context,
Object caller,
String msg,
Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||