MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionLogLevel

Class SessionLogLevel

python/copilot/generated/rpc.py:2491–2497  ·  view source on GitHub ↗

Log severity level. Determines how the message is displayed in the timeline. Defaults to "info".

Source from the content-addressed store, hash-verified

2489
2490# Experimental: this type is part of an experimental API and may change or be removed.
2491class SessionLogLevel(Enum):
2492 """Log severity level. Determines how the message is displayed in the timeline. Defaults to
2493 "info".
2494 """
2495 ERROR = "error"
2496 INFO = "info"
2497 WARNING = "warning"
2498
2499# Experimental: this type is part of an experimental API and may change or be removed.
2500@dataclass

Callers 2

from_dictMethod · 0.70
logMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…