isEnabled property
bool
get
isEnabled
Whether a logger implementation exists (for callers to check early, avoiding unnecessary parameter construction)
Implementation
static bool get isEnabled => _loggerImpl != null;