Uses of Enum Class
com.mcpdbwizard.pub.McpAuditSinks.Level
-
Uses of McpAuditSinks.Level in com.mcpdbwizard.pub
Subclasses with type arguments of type McpAuditSinks.Level in com.mcpdbwizard.pubMethods in com.mcpdbwizard.pub that return McpAuditSinks.LevelModifier and TypeMethodDescriptionstatic McpAuditSinks.LevelMcpAuditSinks.level()The configured level, defaulting to names.static McpAuditSinks.LevelReturns the enum constant of this class with the specified name.static McpAuditSinks.Level[]McpAuditSinks.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mcpdbwizard.pub with parameters of type McpAuditSinks.LevelModifier and TypeMethodDescriptionstatic McpAuditEventMcpAuditEvent.of(String theToolNameValue, Map<String, Object> theArgumentsValue, String theOutcomeValue, long theDurationValue, String theResponseValue, McpAuditSinks.Level theLevel, int theMaxBytes) Build an event, applying the level and the truncation cap.