Horde_Imap_Client_Base_Debug::raw PHP Méthode

raw() public méthode

Write server output to debug log.
public raw ( string $msg )
$msg string Debug message.
    public function raw($msg)
    {
        $this->_write($msg);
    }