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
| Name | Type | Description |
|---|---|---|
| fmt | string | The log message format string containing placeholders for the context data. |
| context | any | The data used to populate the format string and passed as 'data' in the extra context for custom handlers. |
Returns
| Type | Description |
|---|---|
| Nothing is returned; the message is emitted to the logger. |