func SetVerbose()

in quark.go [291:293]


func SetVerbose(level int) {
	C.quark_verbose = C.int(level)
}