Info logs to INFO log. Arguments are handled in the manner of fmt.Print.
(args ...any)
| 30 | type LoggerV2 interface { |
| 31 | // Info logs to INFO log. Arguments are handled in the manner of fmt.Print. |
| 32 | Info(args ...any) |
| 33 | // Infoln logs to INFO log. Arguments are handled in the manner of fmt.Println. |
| 34 | Infoln(args ...any) |
| 35 | // Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf. |
no outgoing calls