File: log_debug

package info (click to toggle)
obs-noise 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,744 kB
  • sloc: ansic: 1,937; sh: 153; makefile: 26; cpp: 16
file content (3 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (44)
1
2
3
if (( ! ${+_loglevel} )) typeset -g _loglevel=1

if (( _loglevel > 2 )) print -PR -e -- "%F{220}DEBUG: ${@}%f"