MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / InitLogger

Method InitLogger

cli/pkg/common/log.go:87–92  ·  view source on GitHub ↗
(logLevel string)

Source from the content-addressed store, hash-verified

85}
86
87func (sLog *smartIDELogStruct) InitLogger(logLevel string) {
88 if strings.ToLower(strings.TrimSpace(logLevel)) == "debug" {
89 isDebugLevel = true
90 }
91 initLogger()
92}
93
94type entryptionKeyConfig struct {
95 SecretKey string

Callers 3

initFunction · 0.80
root.goFile · 0.80

Calls 1

initLoggerFunction · 0.85

Tested by 1