You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRVTiny edited this page Dec 10, 2012
·
1 revision
DEBUG_LEVEL=INFO
source /PATH/TO/debug.func
log_open /PATH/TO/LOG_FILE
# This will go to log
info_ 'We are ready to do something nasty'
# And this will be suppressed (according to DEBUG_LEVEL value was set)
debug_ '...but, of course, we are not going to set the world on fire'