OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Infoln
(Results
1 - 3
of
3
) sorted by null
/external/syzkaller/vendor/google.golang.org/grpc/grpclog/
logger.go
50
func (g *loggerWrapper)
Infoln
(args ...interface{}) {
grpclog.go
48
//
Infoln
logs to the INFO log. Arguments are handled in the manner of fmt.Println.
49
func
Infoln
(args ...interface{}) {
50
logger.
Infoln
(args...)
123
// Deprecated: use
Infoln
.
125
logger.
Infoln
(args...)
loggerv2.go
33
//
Infoln
logs to INFO log. Arguments are handled in the manner of fmt.Println.
34
Infoln
(args ...interface{})
146
func (g *loggerT)
Infoln
(args ...interface{}) {
Completed in 459 milliseconds