MCPcopy Index your code
hub / github.com/devspace-sh/devspace / GetBaseInstance

Function GetBaseInstance

pkg/util/log/log.go:47–49  ·  view source on GitHub ↗

GetBaseInstance returns the base stdout logger

()

Source from the content-addressed store, hash-verified

45
46// GetBaseInstance returns the base stdout logger
47func GetBaseInstance() Logger {
48 return baseLog
49}
50
51func PrintTable(s Logger, header []string, values [][]string) {
52 PrintTableWithOptions(s, header, values, nil)

Callers 2

startTerminalFunction · 0.92
StartAttachFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected