mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00: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} ${@}"
|
|
}
|