Perf is a short cut function that uses package initialized logger and performance log
(message string)
| 52 | |
| 53 | // Perf is a short cut function that uses package initialized logger and performance log |
| 54 | func Perf(message string) { |
| 55 | Log.Perf(message) |
| 56 | return |
| 57 | } |
| 58 | |
| 59 | // New configures and returns a new logger. It also kicks off the goroutine that |
| 60 | // performs the log writing as messages queue. |