|
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
public class TargetDescriptor
Base class for description of a configured logging target.
Constructor Summary | |
---|---|
TargetDescriptor(TargetType targetType,
VerboseLevel supportedVerboseLevel)
The target description object constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares types of logging targets. |
VerboseLevel |
getSupportedVerboseLevel()
Returns verbose level for the log target. |
TargetType |
getTargetType()
Returns logging target type. |
int |
hashCode()
|
java.lang.String |
toString()
Returns readable string representation of the logging target. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TargetDescriptor(TargetType targetType, VerboseLevel supportedVerboseLevel)
targetType
- the logging target type.supportedVerboseLevel
- the verbose level for the logging target.Method Detail |
---|
public TargetType getTargetType()
public VerboseLevel getSupportedVerboseLevel()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |