Sha256: b585e2b81c97fde4da2da4aa5aa712ed2afa6b862716cf984b6f6a604517453b

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

# $Id$

desc 'send log events to Growl (Mac OS X only)'
task :growl do
  Logging::Logger['Webby'].add(Logging::Appenders::Growl.new(
    "Webby",
    :layout => Logging::Layouts::Pattern.new(:pattern => "%5l - Webby\000%m"),
    :coalesce => true,
    :separator => "\000"
  ))
end

# EOF

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
webby-0.7.1 data/tasks/growl.rake
webby-0.7.0 data/tasks/growl.rake
webby-0.7.2 data/tasks/growl.rake
webby-0.7.3 data/tasks/growl.rake