Info logs a new message with information level.
(value string)
| 23 | |
| 24 | // Info logs a new message with information level. |
| 25 | Info(value string) |
| 26 | |
| 27 | // Warn logs a new message with warning level. |
| 28 | Warn(err error) |
no outgoing calls
no test coverage detected