Skip to main content

Warning

Logs a message at the Warn level on the standard logger.

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

Logs a message at level Warn on the standard logger.

Parameters

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