2a6f1d5ec4
for Ruby programs as well as client library for sending logging messages to the Analogger process. Analogger will accept logs from multiple sources and can have multiple logging destinations. Currently, logging to a file, to STDOUT, or to STDERR is supported. A future revision may support logging to a database destination, as well. WWW: http://analogger.swiftcore.org PR: ports/111633 Submitted by: Alexander Logvinov <ports at logvinov.com>
10 lines
442 B
Text
10 lines
442 B
Text
The Swiftcore Analogger implements a fast asynchronous logging system
|
|
for Ruby programs as well as client library for sending logging messages
|
|
to the Analogger process.
|
|
|
|
Analogger will accept logs from multiple sources and can have multiple
|
|
logging destinations. Currently, logging to a file, to STDOUT, or to
|
|
STDERR is supported. A future revision may support logging to a
|
|
database destination, as well.
|
|
|
|
WWW: http://analogger.swiftcore.org
|