Skip to main content

Info

Logs a message at level Info on the standard logger.

def Info(
ctx: context.Context,
args: interface{}
)

Logs a message at level Info on the standard logger.

Parameters

NameTypeDescription
ctxcontext.ContextThe context for the log operation, typically used to carry deadlines, cancellation signals, and other request-scoped values.
argsinterface{}The arguments to be logged, which can be any type and will be formatted by the logger.