A root level logger object provides a number of methods to
      help debug scripts. 
    Properties
- loggingEnabled
 - True if logging is enabled.
 - debugLoggingEnabled
 - True if debug logging is enabled.
 - infoLoggingEnabled
 - True if info logging is enabled.
 - warnLoggingEnabled
 - True if warn logging is enabled.
 - errorLoggingEnabled
 - True if error logging is enabled.
 
logger.debug("Debug string")