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
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/README
log4r-color-1.2.2 examples/README
log4r-1.1.10 examples/README
log4r-color-1.2 examples/README
log4r-color-1.1.11 examples/README
path-log4r-1.1.10 examples/README
log4r-1.1.9 examples/README
log4r-1.1.8 examples/README
log4r-1.1.7 examples/README
log4r-1.1.6 examples/README
log4r-1.1.5 examples/README
log4r-1.1.4 examples/README
log4r-1.1.3 examples/README
log4r-1.1.2 examples/README
log4r-1.1.1 examples/README
log4r-1.1.0 examples/README
log4r-1.0.6 examples/README
riess-0.0.8 vendor/log4r-1.0.5/examples/README