Uses of Class
mgui.interfaces.logs.LoggingTarget
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.logs |
Provides logging operations (console / file).
|
-
Uses of LoggingTarget in mgui.interfaces
Fields in mgui.interfaces declared as LoggingTarget Modifier and Type Field Description protected static LoggingTarget
InterfaceEnvironment. logging_target
Methods in mgui.interfaces that return LoggingTarget Modifier and Type Method Description static LoggingTarget
InterfaceEnvironment. getLoggingTarget()
-
Uses of LoggingTarget in mgui.interfaces.logs
Methods in mgui.interfaces.logs that return LoggingTarget Modifier and Type Method Description static LoggingTarget
LoggingTarget. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggingTarget[]
LoggingTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.