Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ Infof
Method
Infof
buildlog/logger.go:12–12 ·
view source on GitHub ↗
(format string, a ...any)
Source
from the content-addressed store, hash-verified
10
type
Logger
interface
{
11
Info(output string)
12
Infof(format string, a ...any)
13
Error(output string)
14
Errorf(format string, a ...any)
15
Close() error
Callers
3
dockerCmd
Function · 0.65
runDockerCVM
Function · 0.65
TestJSONLog
Function · 0.65
Implementers
4
CoderLogger
buildlog/coder.go
multiLogger
buildlog/logger.go
NopLogger
buildlog/logger.go
JSONLogger
buildlog/json.go
Calls
no outgoing calls
Tested by
1
TestJSONLog
Function · 0.52