Skip to main content

Panic

Logs a message at level Panic on the standard logger.

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

Logs a message at level Panic on the standard logger.

Parameters

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