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

Function PrintLogo

pkg/util/log/log.go:22–33  ·  view source on GitHub ↗

PrintLogo prints the devspace logo

()

Source from the content-addressed store, hash-verified

20
21// PrintLogo prints the devspace logo
22func PrintLogo() {
23 logo := `
24 %########%
25 %###########% ____ _____
26 %#########% | _ \ ___ __ __ / ___/ ____ ____ ____ ___
27 %#########% | | | | / _ \\ \ / / \___ \ | _ \ / _ | / __// _ \
28 %#############% | |_| |( __/ \ V / ____) )| |_) )( (_| |( (__( __/
29 %#############% |____/ \___| \_/ \____/ | __/ \__,_| \___\\___|
30 %###############% |_|
31 %###########%`
32 stdout.Write([]byte(ansi.Color("\r\n"+logo+"\r\n\r\n", "cyan+b")))
33}
34
35// StartFileLogging logs the output of the global logger to the file default.log
36func StartFileLogging() {

Callers 1

RunMethod · 0.92

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected