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

Version Path
webby-0.8.4 examples/presentation/tasks/growl.rake
webby-0.8.2 data/tasks/growl.rake
webby-0.8.3 data/tasks/growl.rake
webby-0.8.1 examples/webby/tasks/growl.rake
webby-0.8.1 data/tasks/growl.rake
webby-0.8.2 examples/webby/tasks/growl.rake
webby-0.8.3 examples/presentation/tasks/growl.rake
webby-0.8.3 examples/webby/tasks/growl.rake
webby-0.8.4 data/tasks/growl.rake
webby-0.8.4 examples/webby/tasks/growl.rake