qlat_utils.displayln¶
- qlat_utils.displayln(level, *args)¶
Print all the arguments and then print a newline. Interpret the first argument as verbose level if it is
int
. Only print iflevel <= get_verbose_level()
. If the first argument is not integer, will always print all the arguments.