# File lib/god/simple_logger.rb, line 24 def initialize(io) @io = io @level = INFO @datetime_format = "%Y-%m-%d %H:%M:%S" end