Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before
46 lines
1.8 KiB
Text
46 lines
1.8 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2020/04/14 15:03:11 ryoon Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.ruby-version
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/examples/001-basic-usage.rb
|
|
${GEM_LIBDIR}/examples/002.1-log-level-basics.rb
|
|
${GEM_LIBDIR}/examples/002.2-log-level-on-certain-severities-only.rb
|
|
${GEM_LIBDIR}/examples/002.3-log-level-within-range.rb
|
|
${GEM_LIBDIR}/examples/003.1-formatting-DefaultFormat.rb
|
|
${GEM_LIBDIR}/examples/003.2-formatting-BasicFormat.rb
|
|
${GEM_LIBDIR}/examples/003.3-formatting-ExtendedFormat.rb
|
|
${GEM_LIBDIR}/examples/003.4-formatting-on-your-own.rb
|
|
${GEM_LIBDIR}/examples/004.1-colorizing-the-log-output.rb
|
|
${GEM_LIBDIR}/examples/005.1-repository.rb
|
|
${GEM_LIBDIR}/examples/006.1-the-loggable-module.rb
|
|
${GEM_LIBDIR}/examples/006.2-the-loggable-module-with-inheritance.rb
|
|
${GEM_LIBDIR}/lib/core_ext/logger.rb
|
|
${GEM_LIBDIR}/lib/yell.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters/base.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters/datefile.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters/file.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters/io.rb
|
|
${GEM_LIBDIR}/lib/yell/adapters/streams.rb
|
|
${GEM_LIBDIR}/lib/yell/configuration.rb
|
|
${GEM_LIBDIR}/lib/yell/event.rb
|
|
${GEM_LIBDIR}/lib/yell/formatter.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/adapter.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/base.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/formatter.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/level.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/silencer.rb
|
|
${GEM_LIBDIR}/lib/yell/helpers/tracer.rb
|
|
${GEM_LIBDIR}/lib/yell/level.rb
|
|
${GEM_LIBDIR}/lib/yell/loggable.rb
|
|
${GEM_LIBDIR}/lib/yell/logger.rb
|
|
${GEM_LIBDIR}/lib/yell/repository.rb
|
|
${GEM_LIBDIR}/lib/yell/silencer.rb
|
|
${GEM_LIBDIR}/lib/yell/version.rb
|
|
${GEM_LIBDIR}/yell.gemspec
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|