Sha256: 7ea4f31c94bc19db37139f76e98b56806be2895f46b35d691379d5904b727f55

Contents?: true

Size: 797 Bytes

Versions: 138

Compression:

Stored size: 797 Bytes

Contents

The examples are:

1. outofthebox.rb                 - How to get started with minimal setup
2. simpleconfig.rb                - Using Log4r casually
3. moderateconfig.rb              - A more sophisticated config
4. xmlconfig.rb and moderate.xml  - XML configuration example based on #3
5. rrsetup.rb and rrconfig.xml    - A real example (or used to be ;-)
6. logserver.rb and logclient.rb  - Remote logging example
7. fileroll.rb                    - Using RollingFileOutputter
8. yaml.rb and log4r_yaml.yaml    - YAML configuration example

The output will go to screen and to files in the directory logs/.

Note to RubyGems users: The syntax to require log4r as a gem is as follows:

  require 'rubygems'
  require_gem 'log4r'

Obviously, the examples will need to be modified to follow this.

Version data entries

138 entries across 100 versions & 17 rubygems

Version Path
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/log4r-1.1.10/examples/README
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/log4r-1.1.10/examples/README
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/log4r-1.1.10/examples/README
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/log4r-1.1.10/examples/README
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/log4r-1.1.10/examples/README