Home
last modified time | relevance | path

Searched refs:LOG_NETWORK (Results 1 – 3 of 3) sorted by last modified time

/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php128 if ($log->hasLevel(Swift_Log::LOG_NETWORK))
170 if ($log->hasLevel(Swift_Log::LOG_NETWORK))
190 if ($log->hasLevel(Swift_Log::LOG_NETWORK))
/plugin/swiftmail/Swift/
H A DLog.php49 const LOG_NETWORK = 3; define in Swift_Log
/plugin/swiftmail/
H A DSwift.php90 $log->setLogLevel(Swift_Log::LOG_NETWORK);
297 …if ($log->hasLevel(Swift_Log::LOG_NETWORK) && $code != -1) $log->add($command_event->getString(), …
308 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add($response_event->getString(), Swift_Log::RES…
425 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
448 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
472 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("Message sent to " . $sent . "/" . $total . …