|
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.apptemplate.configuration.log.TargetDescriptor
com.genesyslab.platform.apptemplate.configuration.log.GFileTargetDescriptor
public class GFileTargetDescriptor
Base logging target description extension for file logging target type to support filename property.
Constructor Summary | |
---|---|
GFileTargetDescriptor(java.lang.String filename,
VerboseLevel supportedVerboseLevel)
The logfile logging target description constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares types and filenames of logging targets. |
java.lang.String |
getFilename()
Returns the log file name as it was defined in the log options configuration. |
int |
hashCode()
|
java.lang.String |
toString()
Returns readable string representation of the logging target. |
Methods inherited from class com.genesyslab.platform.apptemplate.configuration.log.TargetDescriptor |
---|
getSupportedVerboseLevel, getTargetType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GFileTargetDescriptor(java.lang.String filename, VerboseLevel supportedVerboseLevel)
filename
- the log file name.supportedVerboseLevel
- the log target verbose level.Method Detail |
---|
public java.lang.String getFilename()
public java.lang.String toString()
toString
in class TargetDescriptor
public boolean equals(java.lang.Object obj)
equals
in class TargetDescriptor
public int hashCode()
hashCode
in class TargetDescriptor
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |