Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ GetLogger
Function
GetLogger
pkg/utils/context.go:43–48 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
GetLogger(ctx context.Context) logger.Logger {
44
if
l, ok := ctx.Value(loggerKey{}).(logger.Logger); ok {
45
return
l
46
}
47
return
logger.GetLogger()
48
}
Callers
7
Logger
Method · 0.92
handleError
Function · 0.92
loggerResponseSent
Function · 0.92
v0Validate
Method · 0.92
v1Validate
Method · 0.92
serve
Method · 0.92
StartParticipantSignal
Method · 0.92
Calls
1
GetLogger
Method · 0.65
Tested by
no test coverage detected