Uses of Class
org.intocps.maestro.framework.fmi2.api.mabl.LoggerFmi2Api.Level
-
Packages that use LoggerFmi2Api.Level Package Description org.intocps.maestro.framework.fmi2.api.mabl -
-
Uses of LoggerFmi2Api.Level in org.intocps.maestro.framework.fmi2.api.mabl
Methods in org.intocps.maestro.framework.fmi2.api.mabl that return LoggerFmi2Api.Level Modifier and Type Method Description static LoggerFmi2Api.LevelLoggerFmi2Api.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoggerFmi2Api.Level[]LoggerFmi2Api.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type LoggerFmi2Api.Level Modifier and Type Method Description voidLoggerFmi2Api. log(LoggerFmi2Api.Level level, java.lang.String format, java.lang.Object... args)voidLoggerFmi2Api. log(ScopeFmi2Api scope, LoggerFmi2Api.Level level, java.lang.String format, java.lang.Object... args)
-