version() - Returns the current version
check() - If no logFile is found, one is created
log(logLevel, logMessage) - Logs a message with a specific level
clear() - Clears the log
NOTE: logLevel must be a string (ex. "0")
"-1" - Ok
"0" - Info
"1" - Debug
"2" - Warn
"3" - Error
Use the bark binary provided in SrFluff/bark