Searched defs:Logger (Results 1 – 7 of 7) sorted by relevance
19 public abstract class Logger { class
22 open class Logger(val buffer: MessageBuffer, val tag: String) { class
51 private class Logger implements AutoCloseable { class in LoggingContentInterface54 public Logger(String method, Object... args) { in Logger() method in LoggingContentInterface.Logger
297 const DebugReportLogger Logger(DispatchableType dispatchable) { in Logger() function
139 private fun Logger.logConstraintSet(cs: ConstraintSet, viewModel: KeyguardClockViewModel) { in <lambda>() method
404 public interface Logger { interface in IpConnectivityMetrics
1733 static class Logger implements Runnable { class in TransitionController