logLevel property

CacheManagerLogLevel get logLevel

Get the current log level of the cache manager.

Implementation

static CacheManagerLogLevel get logLevel => CacheManager.logLevel;
set logLevel (CacheManagerLogLevel level)

Set the log level of the cache manager to a CacheManagerLogLevel.

Implementation

static set logLevel(CacheManagerLogLevel level) =>
    CacheManager.logLevel = level;