func()

in lib/ec2macossystemmonitor/logging.go [125:128]


func (l *Logger) Fatalf(format string, v ...interface{}) {
	l.Errorf(format, v...)
	os.Exit(1)
}