{%
    if CheckLogType then
        echo('Set syslog log type successfully.')
    else
        echo('Usage : ipmcset -t syslog -d logtype -v <destination> <type>\ndestination : The destination index that will be set. The values can be 1, 2, 3 or 4.\ntype : contains at least one of the following types : none,all,operationlogs,securitylogs,eventlogs,intrusion_detectionlogs.\n\nexample :\n        ipmcset -t syslog -d logtype -v 1 none\n        ipmcset -t syslog -d logtype -v 4 operationlogs eventlogs')
    end
%}