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

Method Panic

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

Panic is equivalent to Print() followed by a call to panic().

(v ...interface{})

Source from the content-addressed store, hash-verified

21 Fatalln(v ...interface{})
22 // Panic is equivalent to Print() followed by a call to panic().
23 Panic(v ...interface{})
24 // Panicf is equivalent to Printf() followed by a call to panic().
25 Panicf(format string, v ...interface{})
26 // Panicln is equivalent to Println() followed by a call to panic().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected