ch.qos.logback.core.status
Class StatusUtil
java.lang.Object
ch.qos.logback.core.status.StatusUtil
public class StatusUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusUtil
public StatusUtil()
filterStatusListByTimeThreshold
public static List<Status> filterStatusListByTimeThreshold(List<Status> rawList,
long threshold)
addStatus
public static void addStatus(Context context,
Status status)
addInfo
public static void addInfo(Context context,
Object caller,
String msg)
addWarn
public static void addWarn(Context context,
Object caller,
String msg)
addError
public static void addError(Context context,
Object caller,
String msg,
Throwable t)
Copyright © 2005-2012 QOS.ch. All Rights Reserved.