Home
last modified time | relevance | path

Searched +full:debug +(+path:plugin +path:smtp) -(+path:plugin +path:smtp +path:lang) (Results 1 – 12 of 12) sorted by relevance

/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php110 $this->logger && $this->logger->debug("Set: the server");
123 $this->logger && $this->logger->debug("Set: the auth");
147 $this->logger && $this->logger->debug('Set: a message will be sent');
172 $this->logger && $this->logger->debug("Connecting to {$this->host} at {$this->port}");
334 $this->logger && $this->logger->debug('Sent: '. $string);
346 $this->logger && $this->logger->debug("Got: ". $str);
/plugin/smtp/classes/
H A DLogger.php130 * Detailed debug information.
137 public function debug($message, array $context = array()) function in splitbrain\\dokuwiki\\plugin\\smtp\\Logger
139 $this->log('debug', $message, $context);
/plugin/smtp/conf/
H A Ddefault.php13 $conf['debug'] = 0;
H A Dmetadata.php12 $meta['debug'] = array('onoff');
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php117 * Detailed debug information.
124 public function debug($message, array $context = array()) function in Psr\\Log\\AbstractLogger
126 $this->log(LogLevel::DEBUG, $message, $context);
H A DLoggerTrait.php118 * Detailed debug information.
125 public function debug($message, array $context = array()) function
127 $this->log(LogLevel::DEBUG, $message, $context);
H A DLoggerInterface.php104 * Detailed debug information.
111 public function debug($message, array $context = array()); function
/plugin/smtp/
H A Dadmin.php29 $conf['plugin']['smtp']['debug'] = 1;
H A Daction.php81 if(!$ok && $this->getConf('debug')) {
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log