Class SyslogAppenderConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class SyslogAppenderConfigurationType
    extends AppenderConfigurationType
    implements Serializable, Cloneable, Containerable

    Java class for SyslogAppenderConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SyslogAppenderConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AppenderConfigurationType">
           <sequence>
             <element name="syslogHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="facility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="suffixPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="stackTracePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="throwableExcluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form