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 LoggingTargetInterfaceEnvironment. logging_targetMethods in mgui.interfaces that return LoggingTarget Modifier and Type Method Description static LoggingTargetInterfaceEnvironment. getLoggingTarget() -
Uses of LoggingTarget in mgui.interfaces.logs
Methods in mgui.interfaces.logs that return LoggingTarget Modifier and Type Method Description static LoggingTargetLoggingTarget. 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.