Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
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
newConfigDotWeb
Function · 0.65
SetDevelopmentMode
Method · 0.65
SetProductionMode
Method · 0.65
NewAppLog
Function · 0.65
Implementers
1
xLog
logger/xlog.go
Calls
no outgoing calls
Tested by
1
newConfigDotWeb
Function · 0.52