File: filters.rb

package info (click to toggle)
ruby-logging 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: ruby: 6,139; sh: 11; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (3)
1
2
3
4
module Logging
  module Filters ; end
  require libpath('logging/filters/level')
end