MCPcopy
hub / github.com/lmorg/murex / Log

Function Log

debug/debug.go:15–19  ·  view source on GitHub ↗

Log writes a debug message

(data ...any)

Source from the content-addressed store, hash-verified

13
14// Log writes a debug message
15func Log(data ...any) {
16 if Enabled {
17 log.Println(data...)
18 }
19}
20
21// Logf writes a debug message using [fmt.Printf] arguments.
22func Logf(format string, v ...any) {

Callers 15

mainFunction · 0.92
execForkFunction · 0.92
unixPidToFgFunction · 0.92
DefineMethod · 0.92
ChdirFunction · 0.92
UnixOpenTTYFunction · 0.92
UnixCreateSessionFunction · 0.92
matchDynamicFunction · 0.92
loadTablesFunction · 0.92
createTableFunction · 0.92
runQueryFunction · 0.92
NewMailFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected