growl-logger
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Logger using Growl.
= growl-logger

http://github.com/jugyo/growl-logger

== DESCRIPTION:

Logger using Growl.

== FEATURES/PROBLEMS:

* You can output logs as growl notification so easily!

== SYNOPSIS:

  require 'rubygems'
  require 'growl-logger'
  
  log = GrowlLogger.new :level => Logger::DEBUG
  
  log.debug('debug')
  log.info('info')
  log.warn('warn')
  log.error('error')
  log.fatal('fatal')

== SCREENSHOTS:

http://farm4.static.flickr.com/3632/3384656890_446c1cd6e2_o.png

http://farm4.static.flickr.com/3639/3383843581_8e97858fd7_o.png

== INSTALL:

  sudo gem install growl-logger

or

  gem source -a http://gems.github.com
  sudo gem install jugyo-growl-logger

== REQUIREMENTS:

* meow

or

* ruby-growl

or

* growlnotify command

=== See also

* http://meow.rubyforge.org/meow/
* http://segment7.net/projects/ruby/growl/
* http://growl.info/documentation/growlnotify.php

== LICENSE:

(The MIT License)

Copyright (c) 2008-2009 jugyo

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。