func()

in lib/ec2macossystemmonitor/logging.go [119:122]


func (l *Logger) Fatal(v ...interface{}) {
	l.Error(v...)
	os.Exit(1)
}