public class Logging
extends java.lang.Object
Java class for logging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logging"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="log-filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logging-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="rotation-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="number-of-files-limited" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="file-count" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="file-size-limit" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="rotate-log-on-startup" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="log-file-rotation-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="rotation-time" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="file-time-span" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
fileCount |
protected java.math.BigInteger |
fileSizeLimit |
protected java.math.BigInteger |
fileTimeSpan |
protected java.lang.String |
id |
protected java.lang.String |
logFilename |
protected java.lang.String |
logFileRotationDir |
protected java.lang.Boolean |
loggingEnabled |
protected java.lang.Boolean |
numberOfFilesLimited |
protected java.lang.Boolean |
rotateLogOnStartup |
protected java.lang.String |
rotationTime |
protected java.lang.String |
rotationType |
Constructor and Description |
---|
Logging() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getFileCount()
Gets the value of the fileCount property.
|
java.math.BigInteger |
getFileSizeLimit()
Gets the value of the fileSizeLimit property.
|
java.math.BigInteger |
getFileTimeSpan()
Gets the value of the fileTimeSpan property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getLogFilename()
Gets the value of the logFilename property.
|
java.lang.String |
getLogFileRotationDir()
Gets the value of the logFileRotationDir property.
|
java.lang.Boolean |
getLoggingEnabled()
Gets the value of the loggingEnabled property.
|
java.lang.Boolean |
getNumberOfFilesLimited()
Gets the value of the numberOfFilesLimited property.
|
java.lang.Boolean |
getRotateLogOnStartup()
Gets the value of the rotateLogOnStartup property.
|
java.lang.String |
getRotationTime()
Gets the value of the rotationTime property.
|
java.lang.String |
getRotationType()
Gets the value of the rotationType property.
|
void |
setFileCount(java.math.BigInteger value)
Sets the value of the fileCount property.
|
void |
setFileSizeLimit(java.math.BigInteger value)
Sets the value of the fileSizeLimit property.
|
void |
setFileTimeSpan(java.math.BigInteger value)
Sets the value of the fileTimeSpan property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLogFilename(java.lang.String value)
Sets the value of the logFilename property.
|
void |
setLogFileRotationDir(java.lang.String value)
Sets the value of the logFileRotationDir property.
|
void |
setLoggingEnabled(java.lang.Boolean value)
Sets the value of the loggingEnabled property.
|
void |
setNumberOfFilesLimited(java.lang.Boolean value)
Sets the value of the numberOfFilesLimited property.
|
void |
setRotateLogOnStartup(java.lang.Boolean value)
Sets the value of the rotateLogOnStartup property.
|
void |
setRotationTime(java.lang.String value)
Sets the value of the rotationTime property.
|
void |
setRotationType(java.lang.String value)
Sets the value of the rotationType property.
|
protected java.lang.String logFilename
protected java.lang.Boolean loggingEnabled
protected java.lang.String rotationType
protected java.lang.Boolean numberOfFilesLimited
protected java.math.BigInteger fileCount
protected java.math.BigInteger fileSizeLimit
protected java.lang.Boolean rotateLogOnStartup
protected java.lang.String logFileRotationDir
protected java.lang.String rotationTime
protected java.math.BigInteger fileTimeSpan
protected java.lang.String id
public java.lang.String getLogFilename()
String
public void setLogFilename(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getLoggingEnabled()
Boolean
public void setLoggingEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getRotationType()
String
public void setRotationType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getNumberOfFilesLimited()
Boolean
public void setNumberOfFilesLimited(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getFileCount()
BigInteger
public void setFileCount(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getFileSizeLimit()
BigInteger
public void setFileSizeLimit(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean getRotateLogOnStartup()
Boolean
public void setRotateLogOnStartup(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getLogFileRotationDir()
String
public void setLogFileRotationDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRotationTime()
String
public void setRotationTime(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getFileTimeSpan()
BigInteger
public void setFileTimeSpan(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String