Horde_Imap_Client_Base_Debug::client PHP Method

client() public method

Write client output to debug log.
public client ( string $msg )
$msg string Debug message.
    public function client($msg)
    {
        $this->_write($msg . "\n", 'C: ');
    }