|
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.configuration.TargetsConfigurationImpl
public final class TargetsConfigurationImpl
This class provides the configuration for possible output targets of the logger.
Constructor Summary | |
---|---|
TargetsConfigurationImpl()
|
Method Summary | |
---|---|
TargetConfiguration |
getConsole()
See TargetConfigurationImpl which describes the console output. |
java.util.List<FileConfiguration> |
getFiles()
The collection with FileConfiguration values. |
NetworkTargetConfiguration |
getNetwork()
See NetworkTargetConfigurationImpl which describes the message server output. |
TargetConfiguration |
getSystemConfiguration()
See TargetConfigurationImpl which describes the system events log output. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TargetsConfigurationImpl()
Method Detail |
---|
public TargetConfiguration getConsole()
TargetConfigurationImpl
which describes the console output.
getConsole
in interface TargetsConfiguration
public NetworkTargetConfiguration getNetwork()
NetworkTargetConfigurationImpl
which describes the message server output.
getNetwork
in interface TargetsConfiguration
public TargetConfiguration getSystemConfiguration()
TargetConfigurationImpl
which describes the system events log output.
public java.util.List<FileConfiguration> getFiles()
FileConfiguration
values.
getFiles
in interface TargetsConfiguration
public java.lang.String toString()
toString
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 |