Lines Matching defs:log
41 * This service is only started when the log level is high, so there is no risk of user
44 * To add logging to this service, call {@link #log(String, String, Object...)} with a tag name,
71 /** Create an empty log buffer. */
84 * Insert a log message into the buffer. This might evict the oldest message if the log
86 * @param message a log message for this buffer.
107 // Put a newline at the end of each log line.
116 /** Map of current tag -> log. */
142 * @return true if this service is functioning at the current log level. False otherwise.
149 * Add to the log for the tag given.
154 public static void log(String tag, String format, Object... args) {