File: log_debug

package info (click to toggle)
obs-advanced-masks 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,056 kB
  • sloc: ansic: 8,058; cpp: 1,661; sh: 153; makefile: 28
file content (3 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (42)
1
2
3
if (( ! ${+_loglevel} )) typeset -g _loglevel=1

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