Lines Matching full:equivalent
53 // Verbose* is equivalent to Print*, but skips stderr unless the
59 // Fatal* is equivalent to Print* followed by a call to panic that
66 // Panic is equivalent to Print* followed by a call to panic.
220 // VerboseOutput is equivalent to Output, but only goes to the file log
250 // Verbose is equivalent to Print, but only goes to the file log unless
257 // Verbosef is equivalent to Printf, but only goes to the file log unless
264 // Verboseln is equivalent to Println, but only goes to the file log unless
271 // Fatal is equivalent to Print() followed by a call to panic() that
279 // Fatalf is equivalent to Printf() followed by a call to panic() that
287 // Fatalln is equivalent to Println() followed by a call to panic() that
295 // Panic is equivalent to Print() followed by a call to panic().
302 // Panicf is equivalent to Printf() followed by a call to panic().
309 // Panicln is equivalent to Println() followed by a call to panic().