loggingConfigContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
Generates lib/config/logging.dart with stack -> console channel setup.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String loggingConfigContent() {
return StubLoader.load('install/logging_config');
}