loggingConfigContent static method

  1. @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
String loggingConfigContent()

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');
}