328585dfc2
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file. WWW: https://github.com/bdurand/lumberjack RG: https://rubygems.org/gems/lumberjack Feature safe: yes
7 lines
324 B
Text
7 lines
324 B
Text
A simple, powerful, and very fast logging utility that can be a drop in
|
|
replacement for Logger or ActiveSupport::BufferedLogger. Provides support for
|
|
automatically rolling log files even with multiple processes writing the same
|
|
log file.
|
|
|
|
WWW: https://github.com/bdurand/lumberjack
|
|
RG: https://rubygems.org/gems/lumberjack
|