mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 02:12:40 +01:00
4 lines
127 B
Plaintext
Executable File
4 lines
127 B
Plaintext
Executable File
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
|
|
|
if (( _loglevel > 2 )) print -PR -e -- "${CI:+::debug::}%F{220}DEBUG: ${@}%f"
|