Sha256: 7a4dafc937ba76582be3b10dda13a634cc2c5919acb9b52a32e972c8e14af07f
Contents?: true
Size: 283 Bytes
Versions: 7
Compression:
Stored size: 283 Bytes
Contents
unless WINDOWS task :growl do Logging::Logger['Webby'].add_appenders(Logging::Appenders::Growl.new( "Webby", :layout => Logging::Layouts::Pattern.new(:pattern => "%5l - Webby\000%m"), :coalesce => true, :separator => "\000" )) end end # unless WINDOWS # EOF
Version data entries
7 entries across 7 versions & 3 rubygems