class Ougai::ChildLogger

def fatal?

Returns:
  • (Boolean) - true if allows
def fatal?
  level <= FATAL
end