public static enum McpSchema.LoggingLevel extends Enum<McpSchema.LoggingLevel>
| Enum Constant and Description |
|---|
ALERT |
CRITICAL |
DEBUG |
EMERGENCY |
ERROR |
INFO |
NOTICE |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
int |
level() |
static McpSchema.LoggingLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McpSchema.LoggingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McpSchema.LoggingLevel DEBUG
public static final McpSchema.LoggingLevel INFO
public static final McpSchema.LoggingLevel NOTICE
public static final McpSchema.LoggingLevel WARNING
public static final McpSchema.LoggingLevel ERROR
public static final McpSchema.LoggingLevel CRITICAL
public static final McpSchema.LoggingLevel ALERT
public static final McpSchema.LoggingLevel EMERGENCY
public static McpSchema.LoggingLevel[] values()
for (McpSchema.LoggingLevel c : McpSchema.LoggingLevel.values()) System.out.println(c);
public static McpSchema.LoggingLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int level()
Copyright © 2025. All rights reserved.