-
public interface LoggerLogging interface for ImageLoaders.
-
-
Method Summary
Modifier and Type Method Description abstract Unitlog(String tag, Integer priority, String message, Throwable throwable)Write message and/or throwable to a logging destination. abstract IntegergetLevel()The minimum level for this logger to log. abstract UnitsetLevel(Integer level)The minimum level for this logger to log.
-