Sha256: fca013c4fec8bea7bc7846d53d99a2162a08bc732d35c7073c125778238f64d6
Contents?: true
Size: 292 Bytes
Versions: 10
Compression:
Stored size: 292 Bytes
Contents
desc 'Send log events to Growl (Mac OS X only)' 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 # EOF
Version data entries
10 entries across 4 versions & 1 rubygems