예제 #1
0
파일: php.go 프로젝트: lovek323/bclog
func (e *PhpStackTraceLogEvent) Suppress(
	settings_ settings.SettingsInterface,
) bool {
	return settings_.GetPhpSuppressStackTraces()
}