Uses of Class
org.math.R.RLog.Level
-
-
Uses of RLog.Level in org.math.R
Methods in org.math.R that return RLog.Level Modifier and Type Method Description static RLog.LevelRLog.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static RLog.Level[]RLog.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.math.R with parameters of type RLog.Level Modifier and Type Method Description voidRLog. log(String message, RLog.Level l)Support R messages printinvoidRLogPanel. log(String message, RLog.Level l)voidRLogPrintStream. log(String string, RLog.Level level)voidRLogSlf4j. log(String text, RLog.Level level)voidRsession. log(String message, RLog.Level level)
-