Searched defs:LogItem (Results 1 – 3 of 3) sorted by relevance
306 public static final class LogItem { class in ShadowLog313 public LogItem(int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem321 public LogItem(String timeString, int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem
232 private static final class LogItem { class244 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem() method in LogItem
720 explicit LogItem(const std::string& key) : LogItem(key.c_str()) { } in LogItem() function724 explicit LogItem(const char *key) { in LogItem() function