level=(level) Instance Public methods Set the logging threshold, just like Logger#level=.
log(severity, message = nil, &block) Instance Public methods See Logger#add. This application's appname is used.
log=(logdev) Instance Public methods
logger() Instance Public methods Logger for this application. See the class Logger for an explanation.
logger=(logger) Instance Public methods Sets the logger for this application. See the class Logger for an explanation.
set_log(logdev, shift_age = 0, shift_size = 1024000) Instance Public methods Sets the log device for this application. See Logger.new for an explanation of the arguments.
start() Instance Public methods Start the application. Return the status code.
new() Class Public methods
call(severity, time, progname, msg) Instance Public methods
new(log = nil, opt = {}) Class Public methods
Page 534 of 11844