File: log_debug

package info (click to toggle)
obs-retro-effects 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,984 kB
  • sloc: ansic: 7,150; sh: 153; makefile: 27; cpp: 16
file content (3 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (43)
1
2
3
if (( ! ${+_loglevel} )) typeset -g _loglevel=1

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