== 2.1.0 / 2016-03-13 Enhancements - appender factories now fail explicitly on bad arguments [PR #117] - console loggers (stdout, stderr) use `write` for compatibility [PR #127] - allow whitespace in traced method names [PR #128] - accessor methods for `backtrace` settings [PR #134] - asynchronous writing from buffered appenders [PR #135] - improve date format performance when outputting microseconds [PR #136] - added some thread safety to log level setters [PR #137] - use `write` everywhere instead of `syswrite` [PR #138] Bug Fixes - fixing encodings in tests [PR #116] - fix Rails4 logger compatibility [PR #121] - explicitly adding the MIT license [PR #123] - update `object_id` format in inspect methods [PR #133] - fixed Travis-CI tests
85 lines
3.2 KiB
Text
85 lines
3.2 KiB
Text
@comment $NetBSD: PLIST,v 1.9 2016/03/15 16:54:33 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/History.txt
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/examples/appenders.rb
|
|
${GEM_LIBDIR}/examples/classes.rb
|
|
${GEM_LIBDIR}/examples/colorization.rb
|
|
${GEM_LIBDIR}/examples/custom_log_levels.rb
|
|
${GEM_LIBDIR}/examples/fork.rb
|
|
${GEM_LIBDIR}/examples/formatting.rb
|
|
${GEM_LIBDIR}/examples/hierarchies.rb
|
|
${GEM_LIBDIR}/examples/layouts.rb
|
|
${GEM_LIBDIR}/examples/lazy.rb
|
|
${GEM_LIBDIR}/examples/loggers.rb
|
|
${GEM_LIBDIR}/examples/mdc.rb
|
|
${GEM_LIBDIR}/examples/names.rb
|
|
${GEM_LIBDIR}/examples/rails4.rb
|
|
${GEM_LIBDIR}/examples/rspec_integration.rb
|
|
${GEM_LIBDIR}/examples/simple.rb
|
|
${GEM_LIBDIR}/lib/logging.rb
|
|
${GEM_LIBDIR}/lib/logging/appender.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/buffering.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/console.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/file.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/io.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/rolling_file.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/string_io.rb
|
|
${GEM_LIBDIR}/lib/logging/appenders/syslog.rb
|
|
${GEM_LIBDIR}/lib/logging/color_scheme.rb
|
|
${GEM_LIBDIR}/lib/logging/diagnostic_context.rb
|
|
${GEM_LIBDIR}/lib/logging/filter.rb
|
|
${GEM_LIBDIR}/lib/logging/filters.rb
|
|
${GEM_LIBDIR}/lib/logging/filters/level.rb
|
|
${GEM_LIBDIR}/lib/logging/layout.rb
|
|
${GEM_LIBDIR}/lib/logging/layouts.rb
|
|
${GEM_LIBDIR}/lib/logging/layouts/basic.rb
|
|
${GEM_LIBDIR}/lib/logging/layouts/parseable.rb
|
|
${GEM_LIBDIR}/lib/logging/layouts/pattern.rb
|
|
${GEM_LIBDIR}/lib/logging/log_event.rb
|
|
${GEM_LIBDIR}/lib/logging/logger.rb
|
|
${GEM_LIBDIR}/lib/logging/proxy.rb
|
|
${GEM_LIBDIR}/lib/logging/rails_compat.rb
|
|
${GEM_LIBDIR}/lib/logging/repository.rb
|
|
${GEM_LIBDIR}/lib/logging/root_logger.rb
|
|
${GEM_LIBDIR}/lib/logging/utils.rb
|
|
${GEM_LIBDIR}/lib/logging/version.rb
|
|
${GEM_LIBDIR}/lib/rspec/logging_helper.rb
|
|
${GEM_LIBDIR}/lib/spec/logging_helper.rb
|
|
${GEM_LIBDIR}/logging.gemspec
|
|
${GEM_LIBDIR}/script/bootstrap
|
|
${GEM_LIBDIR}/script/console
|
|
${GEM_LIBDIR}/test/appenders/test_async_flushing.rb
|
|
${GEM_LIBDIR}/test/appenders/test_buffered_io.rb
|
|
${GEM_LIBDIR}/test/appenders/test_console.rb
|
|
${GEM_LIBDIR}/test/appenders/test_file.rb
|
|
${GEM_LIBDIR}/test/appenders/test_io.rb
|
|
${GEM_LIBDIR}/test/appenders/test_rolling_file.rb
|
|
${GEM_LIBDIR}/test/appenders/test_string_io.rb
|
|
${GEM_LIBDIR}/test/appenders/test_syslog.rb
|
|
${GEM_LIBDIR}/test/benchmark.rb
|
|
${GEM_LIBDIR}/test/layouts/test_basic.rb
|
|
${GEM_LIBDIR}/test/layouts/test_color_pattern.rb
|
|
${GEM_LIBDIR}/test/layouts/test_json.rb
|
|
${GEM_LIBDIR}/test/layouts/test_pattern.rb
|
|
${GEM_LIBDIR}/test/layouts/test_yaml.rb
|
|
${GEM_LIBDIR}/test/performance.rb
|
|
${GEM_LIBDIR}/test/setup.rb
|
|
${GEM_LIBDIR}/test/test_appender.rb
|
|
${GEM_LIBDIR}/test/test_color_scheme.rb
|
|
${GEM_LIBDIR}/test/test_filter.rb
|
|
${GEM_LIBDIR}/test/test_layout.rb
|
|
${GEM_LIBDIR}/test/test_log_event.rb
|
|
${GEM_LIBDIR}/test/test_logger.rb
|
|
${GEM_LIBDIR}/test/test_logging.rb
|
|
${GEM_LIBDIR}/test/test_mapped_diagnostic_context.rb
|
|
${GEM_LIBDIR}/test/test_nested_diagnostic_context.rb
|
|
${GEM_LIBDIR}/test/test_proxy.rb
|
|
${GEM_LIBDIR}/test/test_repository.rb
|
|
${GEM_LIBDIR}/test/test_root_logger.rb
|
|
${GEM_LIBDIR}/test/test_utils.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|