Uses of Class
com.microsoft.gctoolkit.parser.unified.UnifiedLoggingLevel
-
Packages that use UnifiedLoggingLevel Package Description com.microsoft.gctoolkit.parser.jvm com.microsoft.gctoolkit.parser.unified -
-
Uses of UnifiedLoggingLevel in com.microsoft.gctoolkit.parser.jvm
Methods in com.microsoft.gctoolkit.parser.jvm that return types with arguments of type UnifiedLoggingLevel Modifier and Type Method Description Optional<UnifiedLoggingLevel>Decorators. getLogLevel() -
Uses of UnifiedLoggingLevel in com.microsoft.gctoolkit.parser.unified
Methods in com.microsoft.gctoolkit.parser.unified that return UnifiedLoggingLevel Modifier and Type Method Description static UnifiedLoggingLevelUnifiedLoggingLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static UnifiedLoggingLevel[]UnifiedLoggingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.parser.unified with parameters of type UnifiedLoggingLevel Modifier and Type Method Description booleanUnifiedLoggingLevel. isGreaterThanOrEqualTo(UnifiedLoggingLevel other)booleanUnifiedLoggingLevel. isLessThanOrEqualTo(UnifiedLoggingLevel other)
-