|
|
|
@ -17,7 +17,7 @@ type stdDebugLogger struct{} |
|
|
|
|
|
|
|
// Fatalf -
|
|
|
|
func (l stdDebugLogger) Fatalf(format string, v ...interface{}) { |
|
|
|
log.Printf(fmt.Sprintf("%s FATAL: %s", loggingPrefix, format), v...) |
|
|
|
log.Fatalf(fmt.Sprintf("%s FATAL: %s", loggingPrefix, format), v...) |
|
|
|
} |
|
|
|
|
|
|
|
// Errorf -
|
|
|
|
|