Class Logger


  • public final class Logger
    extends Object
    Convenience wrapper around Log, which evaluates the current log level of the logging tag once and uses this to determine whether logging should proceed.

    This minimizes the number of native calls made as part of logging.