The setLevel() method, just as in logger objects, specifies thelowest severity that will be dispatched to the appropriate destination. Whyare there two setLevel() methods? The level set in the loggerdetermines which severity of messages it will pass to its handlers. The levelset in each handler determines which messages that handler will send on.