If msg string is omitted, logs ERROR in red, otherwise logs >> msg, with trailing newline.
T in grunt.log.CommonLogging<T>
Log an error with grunt.log.error, wrapping text to 80 columns using grunt.log.wraptext.
T in grunt.log.CommonLogging<T>
If msg string is omitted, logs OK in green, otherwise logs >> msg, with trailing newline.
T in grunt.log.CommonLogging<T>
Log an ok message with grunt.log.ok, wrapping text to 80 columns using grunt.log.wraptext.
T in grunt.log.CommonLogging<T>
Log the specified msg string in bold, with trailing newline.
T in grunt.log.CommonLogging<T>
Log the specified msg string, with no trailing newline.
T in grunt.log.CommonLogging<T>
Log a list of obj properties (good for debugging flags).
T in grunt.log.CommonLogging<T>
Log the specified msg string, with trailing newline.
T in grunt.log.CommonLogging<T>