Method: WEBrick::BasicLog#warn?

Defined in:
lib/webrick/log.rb

#warn?Boolean

Will the logger output WARN messages?

Returns:

  • (Boolean)
[View source]

104
# File 'lib/webrick/log.rb', line 104

def warn?;  @level >= WARN; end