Warningln
Logs a message at level Warn on the standard logger.
def Warningln(
ctx: context.Context,
args: ...interface{}
)
Logs a message at level Warn on the standard logger.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | context.Context | The context for the logger operation. |
| args | ...interface{} | The arguments to be logged. |