mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 10:22:42 +01:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
||
|
|
||
|
if (( _loglevel > 0 )) {
|
||
|
local icon=''
|
||
|
|
||
|
print -PR " ${(r:5:)icon} ${@}"
|
||
|
}
|