Uses of Class
mgui.interfaces.logs.LoggingType
Package | Description |
---|---|
mgui.command | |
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 LoggingType in mgui.command
Fields in mgui.command declared as LoggingType Modifier and Type Field Description protected LoggingType
CommandInstance. default_logging_type
Methods in mgui.command with parameters of type LoggingType Modifier and Type Method Description protected void
CommandInstance. log(java.lang.String message, LoggingType type)
-
Uses of LoggingType in mgui.interfaces
Fields in mgui.interfaces declared as LoggingType Modifier and Type Field Description protected static LoggingType
InterfaceEnvironment. logging_type
Methods in mgui.interfaces that return LoggingType Modifier and Type Method Description static LoggingType
InterfaceEnvironment. getLoggingType()
Methods in mgui.interfaces with parameters of type LoggingType Modifier and Type Method Description static void
InterfaceSession. handleException(java.lang.Exception ex, LoggingType type)
Handles an exception, based on the specifiedLoggingType
.static boolean
InterfaceSession. log(java.lang.String _message, LoggingType type)
Logs a message according the logging type ofInterfaceEnvironment
.static boolean
InterfaceSession. log(java.lang.String _message, LoggingType type, boolean timestamp)
Logs a message according the logging type ofInterfaceEnvironment
.static void
InterfaceEnvironment. setLoggingType(LoggingType type)
-
Uses of LoggingType in mgui.interfaces.logs
Methods in mgui.interfaces.logs that return LoggingType Modifier and Type Method Description static LoggingType
LoggingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggingType[]
LoggingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.