inherited. * {@link CONFIGURATOR_NULL} is a synonym. */ const CONFIGURATOR_INHERITED = 'inherited'; /** * Special level signifying inherited behaviour, same as * {@link CONFIGURATOR_INHERITED}. * The current value of this string constant is null. */ const CONFIGURATOR_NULL = 'null'; /** * Interpret a resource pointed by a url and configure accordingly. * * The configuration is done relative to the repository * parameter. * * @param string $url The URL to parse */ public function configure(LoggerHierarchy $hierarchy, $url = null); }