Sha256: ac6f2ac05eee71c6f56e096a3f81c2e2616992503dacc3dfe323aefa33ee09c0
Contents?: true
Size: 292 Bytes
Versions: 3
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
3 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webby-0.8.0 | data/tasks/growl.rake |
webby-0.8.0 | examples/webby/tasks/growl.rake |
webby-0.7.4 | examples/webby/tasks/growl.rake |