Class FileAppenderConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class FileAppenderConfigurationType
    extends AppenderConfigurationType
    implements Serializable, Cloneable, Containerable

    Java class for FileAppenderConfigurationType complex type.

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

     <complexType name="FileAppenderConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AppenderConfigurationType">
           <sequence>
             <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="filePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="maxHistory" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="totalSizeCap" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="prudent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form