|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.logging.runtime.configuration.TargetConfigurationReadOnly
com.genesyslab.platform.logging.runtime.configuration.FileConfigurationReadOnly
public final class FileConfigurationReadOnly
Constructor Summary | |
---|---|
FileConfigurationReadOnly(FileConfiguration configuration)
|
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Describes the encoding to be used while writing the file. |
ExpirationConfiguration |
getExpiration()
Describes the expiration rule for file. |
java.lang.String |
getFile()
Describes the log file path. |
MessageHeaderFormat |
getMessageHeaderFormat()
Describes the way of formatting the log message header. |
SegmentationConfiguration |
getSegmentation()
Describes the segmentation of file. |
TimeFormat |
getTimeFormat()
Describes the time formatting (Configuration.TimeFormat) for log file. |
void |
setEncoding(java.lang.String encoding)
|
void |
setExpiration(ExpirationConfiguration ex)
|
void |
setFile(java.lang.String file)
|
void |
setMessageHeaderFormat(MessageHeaderFormat format)
|
void |
setSegmentation(SegmentationConfiguration config)
|
void |
setTimeFormat(TimeFormat time)
|
java.lang.String |
toString()
|
Methods inherited from class com.genesyslab.platform.logging.runtime.configuration.TargetConfigurationReadOnly |
---|
getFilter, getMessageHeaderDelimiter, getVerbose, isEnabled, isReadOnly, setEnabled, setFilter, setMessageHeaderDelimiter, setVerbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.logging.configuration.TargetConfiguration |
---|
getFilter, getVerbose, isEnabled, isReadOnly, setEnabled, setFilter, setVerbose |
Constructor Detail |
---|
public FileConfigurationReadOnly(FileConfiguration configuration)
Method Detail |
---|
public java.lang.String getFile()
getFile
in interface FileConfiguration
public void setFile(java.lang.String file)
setFile
in interface FileConfiguration
public TimeFormat getTimeFormat()
getTimeFormat
in interface FileConfiguration
public void setTimeFormat(TimeFormat time)
setTimeFormat
in interface FileConfiguration
public MessageHeaderFormat getMessageHeaderFormat()
getMessageHeaderFormat
in interface TargetConfiguration
getMessageHeaderFormat
in class TargetConfigurationReadOnly
public void setMessageHeaderFormat(MessageHeaderFormat format)
setMessageHeaderFormat
in interface TargetConfiguration
setMessageHeaderFormat
in class TargetConfigurationReadOnly
public SegmentationConfiguration getSegmentation()
getSegmentation
in interface FileConfiguration
public void setSegmentation(SegmentationConfiguration config)
setSegmentation
in interface FileConfiguration
public ExpirationConfiguration getExpiration()
getExpiration
in interface FileConfiguration
public void setExpiration(ExpirationConfiguration ex)
setExpiration
in interface FileConfiguration
public java.lang.String getEncoding()
getEncoding
in interface FileConfiguration
public void setEncoding(java.lang.String encoding)
setEncoding
in interface FileConfiguration
public java.lang.String toString()
toString
in class TargetConfigurationReadOnly
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |