Home
last modified time | relevance | path

Searched refs:logdefault (Results 1 – 3 of 3) sorted by relevance

/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php83 protected $logdefault = 'info'; variable in splitbrain\\phpcli\\Base
97 $this->setLogLevel($this->logdefault);
166 …evel of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN)…
192 $level = $this->options->getOpt('loglevel', $this->logdefault);
/plugin/upgrade/
Dcli.php17 protected $logdefault = 'notice'; variable in cli_plugin_upgrade
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md162 The default log level of your script can be set by overwriting the `$logdefault` member.