Horde_Imap_Client_Base_Debug::raw PHP Method

raw() public method

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