MCPcopy Create free account
hub / github.com/crewjam/saml / Print

Method Print

logger/logger.go:13–13  ·  view source on GitHub ↗

Print prints to the logger.

(v ...interface{})

Source from the content-addressed store, hash-verified

11 Printf(format string, v ...interface{})
12 // Print prints to the logger.
13 Print(v ...interface{})
14 // Println prints new line.
15 Println(v ...interface{})
16 // Fatal is equivalent to Print() followed by a call to os.Exit(1).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected