Ruby Logger::Application Functions
EditRocket provides the following information on Logger::Application functions in the Ruby source code builder.
level=(level) - Set the logging threshold, just like Logger#level=.
log=(logdev) -
log(severity, message = nil, &block) - See Logger#add. This application's appname is used.
new(appname = nil) - " Application.new(appname = '')\n"
set_log(logdev, shift_age = 0, shift_size = 1024000) - Sets the log device for this application. See the class Logger for an explanation of the arguments.
start() - Start the application. Return the status code.