Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LaunchPlatform/beanhub-cli
/ LogLevel
Class
LogLevel
beanhub_cli/environment.py:11–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
@enum.unique
11
class
LogLevel(enum.Enum):
12
VERBOSE =
"verbose"
13
DEBUG =
"debug"
14
INFO =
"info"
15
WARNING =
"warning"
16
ERROR =
"error"
17
FATAL =
"fatal"
18
19
20
LOG_LEVEL_MAP = {
Callers
1
cli
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected