Method: Ougai::ChildLogger#debug?

Defined in:
lib/ougai/child_logger.rb

#debug?Boolean

Whether the current severity level allows for logging DEBUG.

Returns:

  • (Boolean)

    true if allows



53
54
55
# File 'lib/ougai/child_logger.rb', line 53

def debug?
  level <= DEBUG
end