Uses of Enum
com.sun.grid.jsv.JsvManager.LogLevel
Packages that use JsvManager.LogLevel
-
Uses of JsvManager.LogLevel in com.sun.grid.jsv
Subclasses with type arguments of type JsvManager.LogLevel in com.sun.grid.jsvModifier and TypeClassDescriptionstatic enumThe LogLevel enumeration is used to control the log level of messages logged through the JSV framework.Methods in com.sun.grid.jsv that return JsvManager.LogLevelModifier and TypeMethodDescriptionstatic JsvManager.LogLevelReturns the enum constant of this type with the specified name.static JsvManager.LogLevel[]JsvManager.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.grid.jsv with parameters of type JsvManager.LogLevelModifier and TypeMethodDescriptionvoidJsvManager.log(JsvManager.LogLevel level, String message) Write a log message to the JSV's log.