lib/legion/logging.rb in legion-logging-0.2.0 vs lib/legion/logging.rb in legion-logging-0.3.1
- old
+ new
@@ -11,13 +11,9 @@
class << self
include Legion::Logging::Methods
include Legion::Logging::Builder
attr_reader :log, :color
- def level
- @log.level
- end
-
def setup(options = {})
output(options)
log_level(options[:level])
log_format(options)
@color = options[:color]