EnableSyslogLogging

This method enables or disables logging to syslog. When enabling syslog logging for SRM, this method call must be preceded by
configure
call which will generate the SRM configuration file.

Synopsis

void enableSyslogLogging(boolean enable, @optional String[] appNames)
EnableSyslogLogging
has the following parameters:
Field
Description
enable
True to enable logging to syslog and false to disable.
appNames
List of application names for which logging to syslog should be set. Values must be one of the enums
AppName
. App must be stopped before calling this method. This value not used since @version3.

Faults

  • InvalidArgument
  • RuntimeFault
  • SrmAlreadyRunning
  • SrmNotConfigured
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.