Logging to a central syslog- host

Even the entry level switches like the DS-300 are able to send their logs to a central loghost. Displaying the current settings is done with:  
fcsw22:admin> syslogdipshow
No addresses configured
fcsw22:admin>
  So no loghost is currently defined. To change this:  
fcsw22:admin> syslogdipadd 1.2.3.4
Syslog IP address 1.2.3.4 added
fcsw22:admin>
  The addition of further syslog hosts can be accomplished the same way.
Displaying the current loghost configuration yields the following:  
fcsw22:admin> syslogdipshow
syslog.1    1.2.3.4
fcsw22:admin>
  From now on all logging is sent to the host with the IP 1.2.3.4.

To delete a syslog host issue the following:  
fcsw22:admin> syslogdipremove 1.2.3.4
Syslog IP address 1.2.3.4 removed
fcsw22:admin>
  Again there is no syslog host defined:  
fcsw22:admin> syslogdipshow
No addresses configured
fcsw22:admin>