+ Version 1.1.0
+
+ * lib/cologne.js (buildLog): Add a new parameter called meta that expects an
+ object, it will be used to extend the log.
+
+ * lib/cologne/log_utilities.js: Add the getLevelAnsi method that will
+ return an ANSI keyword depending on the log level sent.
+
+ * lib/cologne/formatter/simple (format): Now uses getLevelAnsi, this means
+ that info and debug get colors (they used to be defualt.) info is blue,
+ debug is green.