Searched defs:Logger (Results 1 – 12 of 12) sorted by relevance
27 struct Logger { struct30 static mut LOGGER: Logger = Logger::new(); argument32 impl Logger { impl42 impl Log for Logger { implementation
23 public class Logger { class27 private Logger() {} in Logger() method in Logger
28 public class Logger { class31 public Logger(String tag) { in Logger() method in Logger
34 public final class Logger { class39 public Logger(Class<?> cls) { in Logger() method in Logger43 public Logger(String prefix) { in Logger() method in Logger
19 interface Logger { interface
20 class Logger { class24 Logger(String prefix) { in Logger() method in Logger
27 public class Logger { class34 public Logger(String tag, String... keywords) { in Logger() method in Logger
64 class Logger(val logTag: String) { class
79 public static class Logger { class in LoggerFactory82 private Logger(String mTag) { in Logger() method in LoggerFactory.Logger
27 public interface Logger { interface
258 private static class Logger { class in TraceUtils260 Logger(final String tag, final InputStream in) { in Logger() method in TraceUtils.Logger
26 public abstract class Logger { class