Uses of Enum Class
org.nustaq.logging.FSTLogger.Level
Packages that use FSTLogger.Level
-
Uses of FSTLogger.Level in org.nustaq.logging
Methods in org.nustaq.logging that return FSTLogger.LevelModifier and TypeMethodDescriptionstatic FSTLogger.LevelReturns the enum constant of this class with the specified name.static FSTLogger.Level[]FSTLogger.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nustaq.logging with parameters of type FSTLogger.LevelModifier and TypeMethodDescriptionvoidFSTLogger.log(FSTLogger.Level level, String message, Throwable ex) voidFSTLogger.Log.log(String name, FSTLogger.Level level, String message, Throwable ex)