MCPcopy
hub / github.com/sagikazarmark/modern-go-application / Info

Method Info

internal/common/logger.go:16–16  ·  view source on GitHub ↗

Info logs an info event.

(msg string, fields ...map[string]interface{})

Source from the content-addressed store, hash-verified

14
15 // Info logs an info event.
16 Info(msg string, fields ...map[string]interface{})
17
18 // Warn logs a warning event.
19 Warn(msg string, fields ...map[string]interface{})

Callers 7

mainFunction · 0.95
MakeHTTPHandlerFunction · 0.65
MarkedAsDoneMethod · 0.65
CreateTodoMethod · 0.65
ListTodosMethod · 0.65
MarkAsDoneMethod · 0.65
InfoMethod · 0.65

Implementers 2

noopLoggerinternal/common/logger.go
Loggerinternal/common/commonadapter/logger.g

Calls

no outgoing calls

Tested by

no test coverage detected