Log conditional
log_info_if(log = TRUE, text = "log")
log
log (TRUE|FALSE)
text
text string to be logged
prints log on screen (if log == TRUE).