Sha256: 61296275fb625e767079a73011bd3d6ab0b8bd45a7770c03a6e0ca97c612962c

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

# FileSafeLogger [![Build Status](https://travis-ci.org/takady/file_safe_logger.svg)](https://travis-ci.org/takady/file_safe_logger)

FileSafeLogger enable you to keep logging even if log file removed after initialize

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'file_safe_logger'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install file_safe_logger

## Usage

```ruby
require 'file_safe_logger'
logger = FileSafeLogger.new('logfile.log')
```

## Contributing

1. Fork it ( https://github.com/takady/file_safe_logger/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
file_safe_logger-0.1.0 README.md