Class: BasicLog (WEBrick)

Overview
Module Structure
Class Hierarchy
Constants
BasicLog::DEBUG
Instance Attributes
BasicLog#level [RW]
Instance Methods
BasicLog#initialize / 2
BasicLog#close
BasicLog#log / 2
BasicLog#<< / 1
BasicLog#fatal / 1
BasicLog#error / 1
BasicLog#warn / 1
BasicLog#info / 1
BasicLog#debug / 1
BasicLog#fatal?
BasicLog#error?
BasicLog#warn?
BasicLog#info?
BasicLog#debug?
BasicLog#format / 1
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: Log   
module: AccessLog   
inherits from
  Object ( Builtin-Module )
is inherited by
  Log ( WEBrick )
has class siblings
  Exception ( Builtin-Module )
  String ( Builtin-Module )
  SimpleServer ( WEBrick )
  Daemon ( WEBrick )
  GenericServer ( WEBrick )
  MountTable ( WEBrick::HTTPServer )
  AbstractServlet ( WEBrick::HTTPServlet )
  HTTPRequest ( WEBrick )
  HTTPResponse ( WEBrick )
  HTTPVersion ( WEBrick )
  BasicAuth ( WEBrick::HTTPAuth )
  DigestAuth ( WEBrick::HTTPAuth )
  Htdigest ( WEBrick::HTTPAuth )
  Htgroup ( WEBrick::HTTPAuth )
  Htpasswd ( WEBrick::HTTPAuth )
  CGI ( WEBrick )
  Socket ( WEBrick::CGI )
  Cookie ( 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   
is defined at
#12 in webrick/log.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Exception     
class: String     
  module: WEBrick
  class: ServerError
  class: SimpleServer
  class: Daemon
  class: GenericServer
  class: HTTPServerError
  class: HTTPServer
class: MountTable     
  module: HTTPServlet
class: AbstractServlet     
  class: HTTPRequest
  class: HTTPResponse
  module: HTTPStatus
  module: HTTPUtils
  class: HTTPVersion
  module: HTTPAuth
class: BasicAuth     
class: DigestAuth     
class: Htdigest     
class: Htgroup     
class: Htpasswd     
  module: Config
  module: Utils
  class: CGI
class: Socket     
  class: Cookie
  module: HTMLUtils
  class: HTTPProxyServer
✗ class: BasicLog
  class: Log
  module: AccessLog

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
String ( Builtin-Module )
SimpleServer ( WEBrick )
Daemon ( WEBrick )
GenericServer ( WEBrick )
HTTPServer ( WEBrick )
  HTTPProxyServer     
MountTable ( WEBrick::HTTPServer )
AbstractServlet ( WEBrick::HTTPServlet )
HTTPRequest ( WEBrick )
HTTPResponse ( WEBrick )
HTTPVersion ( WEBrick )
BasicAuth ( WEBrick::HTTPAuth )
DigestAuth ( WEBrick::HTTPAuth )
Htdigest ( WEBrick::HTTPAuth )
Htgroup ( WEBrick::HTTPAuth )
Htpasswd ( WEBrick::HTTPAuth )
CGI ( WEBrick )
Socket ( WEBrick::CGI )
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     

Constants

BasicLog::DEBUG

#14 in webrick/log.rb

DEBUG = 1, 2, 3, 4, 5   

Instance Attributes

BasicLog#level [RW]

#16 in webrick/log.rb

Instance Methods

BasicLog#initialize / 2

#18 in webrick/log.rb

initialize ( log_file=nil ,
  level=nil )

BasicLog#close

#32 in webrick/log.rb

close

BasicLog#log / 2

#37 in webrick/log.rb

log ( level ,
  data )

BasicLog#<< / 1

#44 in webrick/log.rb

<< ( obj )

BasicLog#fatal / 1

#48 in webrick/log.rb

fatal ( msg )

BasicLog#error / 1

#49 in webrick/log.rb

error ( msg )

BasicLog#warn / 1

#50 in webrick/log.rb

warn ( msg )

BasicLog#info / 1

#51 in webrick/log.rb

info ( msg )

BasicLog#debug / 1

#52 in webrick/log.rb

debug ( msg )

BasicLog#fatal?

#54 in webrick/log.rb

fatal?

BasicLog#error?

#55 in webrick/log.rb

error?

BasicLog#warn?

#56 in webrick/log.rb

warn?

BasicLog#info?

#57 in webrick/log.rb

info?

BasicLog#debug?

#58 in webrick/log.rb

debug?

BasicLog#format / 1

#62 in webrick/log.rb

format ( arg )