Lines Matching refs:log
203 $log = Swift_LogContainer::getLog();
204 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
206 $log->add("Authentication mechanism '" . $auth->getAuthExtensionName() . "' attached.");
295 $log = Swift_LogContainer::getLog();
296 if ($log->hasLevel(Swift_log::LOG_EVERYTHING))
298 $log->add("Trying to connect to SMTP server at '" . $server . ":" . $this->port);
304 if ($log->isEnabled())
306 $log->add($error_msg, Swift_Log::ERROR);
344 $log = Swift_LogContainer::getLog();
345 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
347 $log->add("Trying to authenticate with username '" . $user . "'.");
352 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
354 $log->add("No authenticators loaded; looking for defaults.");
377 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
379 $log->add("Server (perhaps wrongly) is not advertising AUTH... manually overriding.");
391 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
393 $log->add("Trying '" . $name . "' authentication...");
397 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
399 $log->add("Success! Authentication accepted.");
422 $log = Swift_LogContainer::getLog();
423 if ($log->hasLevel(Swift_Log::LOG_EVERYTHING))
425 $log->add("Closing down SMTP connection.");