Info
Logs a message at level Info on the standard logger.
def Info(
ctx: context.Context,
args: interface{}
)
Logs a message at level Info on the standard logger.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | context.Context | The context for the log operation, typically used to carry deadlines, cancellation signals, and other request-scoped values. |
| args | interface{} | The arguments to be logged, which can be any type and will be formatted by the logger. |