Home
last modified time | relevance | path

Searched refs:loggers (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DRegistry.php45 private static $loggers = []; variable in Monolog\\Registry
60 if (isset(self::$loggers[$name]) && !$overwrite) {
64 self::$loggers[$name] = $logger;
75 $index = array_search($logger, self::$loggers, true);
80 return isset(self::$loggers[$logger]);
91 if (false !== ($idx = array_search($logger, self::$loggers, true))) {
92 unset(self::$loggers[$idx]);
95 unset(self::$loggers[$logger]);
104 self::$loggers = [];
115 if (!isset(self::$loggers[$name])) {
[all …]
/plugin/diagramsnet/lib/WEB-INF/
H A Dlogging.properties1 # Set the default logging level for all loggers to WARNING
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md315 * Fixed ErrorHandler compatibility with non-Monolog PSR-3 loggers
443 * Added a Monolog\Registry class to allow easier global access to pre-configured loggers