Module: RubyLLM::MCP::Logging

Defined in:
lib/ruby_llm/mcp/logging.rb

Constant Summary collapse

DEBUG =
"debug"
INFO =
"info"
NOTICE =
"notice"
WARNING =
"warning"
ERROR =
"error"
CRITICAL =
"critical"
ALERT =
"alert"
EMERGENCY =
"emergency"