Class **Phalcon\\Logger\\Adapter\\Syslog** ========================================== *extends* :doc:`Phalcon\\Logger\\Adapter ` *implements* :doc:`Phalcon\\Logger\\AdapterInterface ` Sends logs to the system logger .. code-block:: php LOG_NDELAY, 'facility' => LOG_MAIL )); $logger->log("This is a message"); $logger->log("This is an error", \Phalcon\Logger::ERROR); $logger->error("This is another error"); Methods --------- public **__construct** (*string* $name, [*array* $options]) Phalcon\\Logger\\Adapter\\Syslog constructor public :doc:`Phalcon\\Logger\\Formatter\\Line ` **getFormatter** () Returns the internal formatter public **logInternal** (*string* $message, *int* $type, *int* $time) Writes the log to the stream itself public *boolean* **close** () Closes the logger public :doc:`Phalcon\\Logger\\Adapter ` **setLogLevel** (*int* $level) inherited from Phalcon\\Logger\\Adapter Filters the logs sent to the handlers that are less or equal than a specific level public *int* **getLogLevel** () inherited from Phalcon\\Logger\\Adapter Returns the current log level public :doc:`Phalcon\\Logger\\Adapter ` **setFormatter** (:doc:`Phalcon\\Logger\\FormatterInterface ` $formatter) inherited from Phalcon\\Logger\\Adapter Sets the message formatter public :doc:`Phalcon\\Logger\\Adapter ` **begin** () inherited from Phalcon\\Logger\\Adapter Starts a transaction public :doc:`Phalcon\\Logger\\Adapter ` **commit** () inherited from Phalcon\\Logger\\Adapter Commits the internal transaction public :doc:`Phalcon\\Logger\\Adapter ` **rollback** () inherited from Phalcon\\Logger\\Adapter Rollbacks the internal transaction public :doc:`Phalcon\\Logger\\Adapter ` **emergence** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes an emergence message to the log public :doc:`Phalcon\\Logger\\Adapter ` **debug** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes a debug message to the log public :doc:`Phalcon\\Logger\\Adapter ` **error** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes an error message to the log public :doc:`Phalcon\\Logger\\Adapter ` **info** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes an info message to the log public :doc:`Phalcon\\Logger\\Adapter ` **notice** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes a notice message to the log public :doc:`Phalcon\\Logger\\Adapter ` **warning** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes a warning message to the log public :doc:`Phalcon\\Logger\\Adapter ` **alert** (*string* $message) inherited from Phalcon\\Logger\\Adapter Sends/Writes an alert message to the log public :doc:`Phalcon\\Logger\\Adapter ` **log** (*string* $message, [*int* $type]) inherited from Phalcon\\Logger\\Adapter Logs messages to the internal loggger. Appends logs to the