<?xml version="1.0" encoding="UTF-8"?>
<logdriver name="syslog" enabled="false" label="CONF_MESSAGE[Syslog logger]" description="CONF_MESSAGE[Send the logs to the system syslog]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
    <plugin_info>
        <plugin_author>Charles du Jeu</plugin_author>
        <core_relation packaged="true" tested_version="4.2.0"/>
    </plugin_info>
    <class_definition filename="plugins/log.syslog/SysLogDriver.php" classname="Pydio\Log\Implementation\SysLogDriver"/>
    <client_settings>
        <resources>
            <i18n namespace="syslog_logger" path="plugins/log.syslog/i18n"/>
        </resources>
    </client_settings>
    <server_settings>
        <param name="IDENTIFIER" type="string" description="CONF_MESSAGE[How the logs will be identified in the system logs]" label="CONF_MESSAGE[Identifier]" default="pydio" />
    </server_settings>
    <dependencies>
        <pluginClass pluginName="log.text"/>
    </dependencies>
</logdriver>
