mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
8 lines
310 B
Text
8 lines
310 B
Text
Logger is a simple but powerful logging utility to output messages in your Ruby
|
|
program.
|
|
|
|
Logger has the following features:
|
|
- Print messages to different levels such as info and error
|
|
- Auto-rolling of log files
|
|
- Setting the format of log messages
|
|
- Specifying a program name in conjunction with the message
|