23 24 25 26 27
# File 'lib/logger.rb', line 23 def initialize super @is_silent = false @capturing = false end