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 LoggingTypeCommandInstance. default_logging_typeMethods in mgui.command with parameters of type LoggingType Modifier and Type Method Description protected voidCommandInstance. 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 LoggingTypeInterfaceEnvironment. logging_typeMethods in mgui.interfaces that return LoggingType Modifier and Type Method Description static LoggingTypeInterfaceEnvironment. getLoggingType()Methods in mgui.interfaces with parameters of type LoggingType Modifier and Type Method Description static voidInterfaceSession. handleException(java.lang.Exception ex, LoggingType type)Handles an exception, based on the specifiedLoggingType.static booleanInterfaceSession. log(java.lang.String _message, LoggingType type)Logs a message according the logging type ofInterfaceEnvironment.static booleanInterfaceSession. log(java.lang.String _message, LoggingType type, boolean timestamp)Logs a message according the logging type ofInterfaceEnvironment.static voidInterfaceEnvironment. setLoggingType(LoggingType type) -
Uses of LoggingType in mgui.interfaces.logs
Methods in mgui.interfaces.logs that return LoggingType Modifier and Type Method Description static LoggingTypeLoggingType. 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.