Skip to main content

info

Log 'fmt % context' with severity 'INFO'.

'context' is also passed in extra with key 'data' for custom handlers.

def info(
fmt: string,
context: any
)

Log 'fmt % context' with severity 'INFO'.

Parameters

NameTypeDescription
fmtstringThe log message format string containing placeholders for the context data.
contextanyThe data used to populate the format string and passed as 'data' in the extra context for custom handlers.

Returns

TypeDescription
Nothing is returned; the message is emitted to the logger.