# Functions
Debug is a function for print in terminal if the variable debug it's true.
Debugf is a function for print formated in terminal if the variable debug it's true.
EnableDebug active the debug mode.
Error print in terminal the error message and the line of code with de error.
Fatal use the same Fatal for the standart log lib.
File save ou create a new log file with errors.
Println use the same Println for the standart log lib.
ReturnDetailsError return the error message and the line of code with de error.
TimeTrack — track the time spent by a function execution (defer recommended).