# File lib/god/logger.rb, line 12 def initialize super($stdout) self.logs = {} @mutex = Mutex.new @capture = nil end