MCPcopy
hub / github.com/milvus-io/milvus / Info

Function Info

pkg/log/global.go:39–41  ·  view source on GitHub ↗

Info logs a message at InfoLevel. The message includes any fields passed at the log site, as well as any fields accumulated on the logger. Deprecated: Use Ctx(ctx).Info instead.

(msg string, fields ...zap.Field)

Source from the content-addressed store, hash-verified

37// at the log site, as well as any fields accumulated on the logger.
38// Deprecated: Use Ctx(ctx).Info instead.
39func Info(msg string, fields ...zap.Field) {
40 L().Info(msg, fields...)
41}
42
43// Warn logs a message at WarnLevel. The message includes any fields passed
44// at the log site, as well as any fields accumulated on the logger.

Callers 1

TestExportFunction · 0.85

Calls 2

LFunction · 0.70
InfoMethod · 0.45

Tested by 1

TestExportFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…