Class: Log (WEBrick)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Log#time_format [RW]
Instance Methods
Log#initialize / 2
Log#log / 2
is a submodule of
module: WEBrick   
has modular siblings
class: ServerError   
class: SimpleServer   
class: Daemon   
class: GenericServer   
class: HTTPServerError   
class: HTTPServer   
module: HTTPServlet   
class: HTTPRequest   
class: HTTPResponse   
module: HTTPStatus   
module: HTTPUtils   
class: HTTPVersion   
module: HTTPAuth   
module: Config   
module: Utils   
class: CGI   
class: Cookie   
module: HTMLUtils   
class: HTTPProxyServer   
class: BasicLog   
module: AccessLog   
inherits from
  BasicLog ( WEBrick )
has properties
attribute: time_format [RW]   
method: initialize / 2   
method: log / 2   
is defined at
#74 in webrick/log.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: WEBrick
class: ServerError     
class: SimpleServer     
class: Daemon     
class: GenericServer     
class: HTTPServerError     
class: HTTPServer     
module: HTTPServlet     
class: HTTPRequest     
class: HTTPResponse     
module: HTTPStatus     
module: HTTPUtils     
class: HTTPVersion     
module: HTTPAuth     
module: Config     
module: Utils     
class: CGI     
class: Cookie     
module: HTMLUtils     
class: HTTPProxyServer     
class: BasicLog     
class: Log     
module: AccessLog     

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
SimpleServer ( WEBrick )
Daemon ( WEBrick )
GenericServer ( WEBrick )
HTTPServer ( WEBrick )
  HTTPProxyServer     
HTTPRequest ( WEBrick )
HTTPResponse ( WEBrick )
HTTPVersion ( WEBrick )
CGI ( WEBrick )
Cookie ( WEBrick )
BasicLog ( WEBrick )
has properties
constant: DEBUG   
attribute: level [RW]   
method: initialize / 2   
method: close   
method: log / 2   
method: << / 1   
method: fatal / 1   
method: error / 1   
method: warn / 1   
method: info / 1   
method: debug / 1   
method: fatal?   
method: error?   
method: warn?   
method: info?   
method: debug?   
method: format / 1   
Log ( WEBrick )
has properties
attribute: time_format [RW]   
method: initialize / 2   
method: log / 2   

Instance Attributes

Log#time_format [RW]

#75 in webrick/log.rb

Instance Methods

Log#initialize / 2

#77 in webrick/log.rb

initialize ( log_file=nil ,
  level=nil )

Log#log / 2

#82 in webrick/log.rb

log ( level ,
  data )