Class SyslogLoggingDestinationParameters

    • Constructor Detail

      • SyslogLoggingDestinationParameters

        public SyslogLoggingDestinationParameters()
        No args constructor for use in serialization
      • SyslogLoggingDestinationParameters

        public SyslogLoggingDestinationParameters​(String address,
                                                  String facility,
                                                  Long maxLength,
                                                  Long port)
    • Method Detail

      • getAddress

        public String getAddress()
        address is the IP address of the syslog endpoint that receives log messages.
      • setAddress

        public void setAddress​(String address)
        address is the IP address of the syslog endpoint that receives log messages.
      • getFacility

        public String getFacility()
        facility specifies the syslog facility of log messages.


        If this field is empty, the facility is "local1".

      • setFacility

        public void setFacility​(String facility)
        facility specifies the syslog facility of log messages.


        If this field is empty, the facility is "local1".

      • getMaxLength

        public Long getMaxLength()
        maxLength is the maximum length of the log message.


        Valid values are integers in the range 480 to 4096, inclusive.


        When omitted, the default value is 1024.

      • setMaxLength

        public void setMaxLength​(Long maxLength)
        maxLength is the maximum length of the log message.


        Valid values are integers in the range 480 to 4096, inclusive.


        When omitted, the default value is 1024.

      • getPort

        public Long getPort()
        port is the UDP port number of the syslog endpoint that receives log messages.
      • setPort

        public void setPort​(Long port)
        port is the UDP port number of the syslog endpoint that receives log messages.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)