MCPcopy Create free account
hub / github.com/devfeel/dotweb / SetEnabledConsole

Method SetEnabledConsole

logger/logger.go:27–27  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

25type AppLog interface {
26 SetLogPath(logPath string)
27 SetEnabledConsole(enabled bool)
28 SetEnabledLog(enabledLog bool)
29 IsEnabledLog() bool
30 Print(log string, logTarget string)

Callers 4

newConfigDotWebFunction · 0.65
SetDevelopmentModeMethod · 0.65
SetProductionModeMethod · 0.65
NewAppLogFunction · 0.65

Implementers 1

xLoglogger/xlog.go

Calls

no outgoing calls

Tested by 1

newConfigDotWebFunction · 0.52