Uses of Class
org.nustaq.logging.FSTLogger.Level
| Package | Description |
|---|---|
| org.nustaq.logging |
-
Uses of FSTLogger.Level in org.nustaq.logging
Methods in org.nustaq.logging that return FSTLogger.Level Modifier and Type Method Description static FSTLogger.LevelFSTLogger.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FSTLogger.Level[]FSTLogger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nustaq.logging with parameters of type FSTLogger.Level Modifier and Type Method Description voidFSTLogger. log(FSTLogger.Level level, java.lang.String message, java.lang.Throwable ex)voidFSTLogger.Log. log(java.lang.String name, FSTLogger.Level level, java.lang.String message, java.lang.Throwable ex)