lib/semantic_logger.rb in semantic_logger-0.4.2 vs lib/semantic_logger.rb in semantic_logger-0.5.0

- old
+ new

@@ -3,9 +3,10 @@ module SemanticLogger autoload :Logger, 'semantic_logger/logger' module Appender + autoload :File, 'semantic_logger/appender/file' autoload :Logger, 'semantic_logger/appender/logger' # Only load the MongoDB appender if the Mongo Ruby Driver is loaded autoload :MongoDB, 'semantic_logger/appender/mongodb' end end