|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetsConfiguration
This is the interface for all classes which provide the configuration for possible output targets of the logger.
Method Summary | |
---|---|
TargetConfiguration |
getConsole()
TargetConfiguration which describes the console output. |
java.util.Collection<FileConfiguration> |
getFiles()
The collection with FileConfiguration. |
NetworkTargetConfiguration |
getNetwork()
TargetConfiguration which describes the message server output. |
Method Detail |
---|
java.util.Collection<FileConfiguration> getFiles()
TargetConfiguration getConsole()
NetworkTargetConfiguration getNetwork()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |