logLevel property

Get the current log level of the cache manager.

Implementation

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

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

Implementation

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