lib/ramaze/inform/informer.rb in ramaze-0.1.4 vs lib/ramaze/inform/informer.rb in ramaze-0.2.0
- old
+ new
@@ -20,11 +20,12 @@
# This is how the final output is arranged.
trait :format => "[%time] %prefix %text"
# Which tag should be in what color
COLORS = {
- :info => :green,
+ :dev => :blue,
:debug => :yellow,
+ :info => :green,
:warn => :red,
:error => :red,
}
# Create a new instance of Informer.