Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Lang
Method
Lang
log/log.go:77–81 ·
view source on GitHub ↗
(lang map[string]string)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(l Logger) Lang(lang
map
[string]string) *Logger {
78
l.Logger = logger
79
l.lang = lang
80
return
&l
81
}
82
83
func
(l Logger) Named(name string) *Logger {
84
l.Logger = l.Logger.Named(name)
Callers
1
Run
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected