README.md in dwc-archive-0.9.5 vs README.md in dwc-archive-0.9.6
- old
+ new
@@ -141,9 +141,18 @@
true, 'http://rs.gbif.org/terms/1.0/VernacularName')
gen.add_meta_xml
gen.add_eml_xml(eml)
gen.pack
+Logging
+-------
+
+Gem has ability to show logs of it's events:
+
+ require 'dwc-archive'
+ DarwinCore.logger = Logger.new($stdout)
+
+
Note on Patches/Pull Requests
-----------------------------
* Fork the project.
* Make your feature addition or bug fix.