info(message)info(progname, &block)
Instance Public methods
Log an INFO message.
message
The message to log; does not need to be a String.
progname
In the block form, this is the progname to use in the log
message. The default can be set with progname=.
block
Evaluates to the message to log. This is not evaluated unless the
logger's level is sufficient to log the message. This allows you to
create potentially expensive logging messages that are only called when the