loadFromConfig abstract method

void loadFromConfig(
  1. ConfigInterface config, {
  2. String channel = "app",
})

Loads logger configuration from the config system

Implementation

void loadFromConfig(ConfigInterface config, {String channel = "app"});