Server IP : 66.29.132.122 / Your IP : 18.218.54.196 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby18/share/ri/1.8/system/Logger/Application/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: appname rw: R - !ruby/object:RI::Attribute comment: name: logdev rw: R class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::H level: 2 text: Description - !ruby/struct:SM::Flow::P body: Application -- Add logging support to your application. - !ruby/struct:SM::Flow::H level: 2 text: Usage - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "1." body: Define your application class as a sub-class of this class. - !ruby/struct:SM::Flow::LI label: "2." body: Override 'run' method in your class to do many things. - !ruby/struct:SM::Flow::LI label: "3." body: Instantiate it and invoke 'start'. type: :NUMBER - !ruby/struct:SM::Flow::H level: 2 text: Example - !ruby/struct:SM::Flow::VERB body: " class FooApp < Application\n def initialize(foo_app, application_specific, arguments)\n super('FooApp') # Name of the application.\n end\n\n def run\n ...\n log(WARN, 'warning', 'my_method1')\n ...\n @log.error('my_method2') { 'Error!' }\n ...\n end\n end\n\n status = FooApp.new(....).start\n" constants: [] full_name: Logger::Application includes: - !ruby/object:RI::IncludedModule name: Logger::Severity instance_methods: - !ruby/object:RI::MethodSummary name: level= - !ruby/object:RI::MethodSummary name: log - !ruby/object:RI::MethodSummary name: log= - !ruby/object:RI::MethodSummary name: run - !ruby/object:RI::MethodSummary name: set_log - !ruby/object:RI::MethodSummary name: start name: Application superclass: Object