Skip to content

Commit

Permalink
Refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Jul 19, 2013
1 parent 7610dd4 commit 19f52bb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions padrino-core/lib/padrino-core/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,8 @@ def stylized_level(level)

include Extensions

attr_accessor :level
attr_accessor :auto_flush
attr_reader :buffer
attr_reader :log
attr_reader :init_args
attr_accessor :log_static
attr_reader :colorize_logging
attr_accessor :auto_flush, :level, :log_static
attr_reader :buffer, :colorize_logging, :init_args, :log

##
# Configuration for a given environment, possible options are:
Expand Down

0 comments on commit 19f52bb

Please sign in to comment.