(args ...interface{})
| 432 | } |
| 433 | |
| 434 | func (entry *Entry) Panicln(args ...interface{}) { |
| 435 | entry.Logln(PanicLevel, args...) |
| 436 | } |
| 437 | |
| 438 | // sprintlnn => Sprint no newline. This is to get the behavior of how |
| 439 | // fmt.Sprintln where spaces are always added between operands, regardless of |