Skip to main content

Infoln

Logs a message at level Info on the standard logger.

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

Logs a message at level Info on the standard logger.

Parameters

NameTypeDescription
ctxcontext.ContextThe context for the logging operation.
args...interface{}The arguments to be logged.