Lines Matching refs:log
28 public class Log {
40 private static boolean LOG = true;
50 log(INFO_PREFIX + msg);
60 log(INFO_PREFIX + msg);
71 log(ERROR_PREFIX + msg);
93 log(DEBUG_PREFIX + System.currentTimeMillis() + " " + msg);
119 * Initialize the log stream.
121 * @param path The path to add the log file.
137 * Close the log stream.
151 * Log the message.
155 public static void log(String msg) {
156 if (LOG && (mLogOutput != null)) {