logutils

Another Logger in Ruby

Usage

Logging levels:

DEBUG < INFO < WARN < ERROR < FATAL

use methods e.g.

logger = LoggerUtils::Logger.new

logger.debug "msg"
logger.info "another msg"
logger.warn "another msg"
logger.error "another msg"
logger.fatal "another msg"

Alternatives

License

The logutils scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.