blob: cf132a9d8b61c371b971e35e48420627f389735a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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
|