On May 9, 3:53 pm, TheSaint <nob...@nowhere.net.no> wrote:
> Vinay Sajip wrote:
> >logging.basicConfig(level=logging.DEBUG, format='%(message)s')
>
> logging.basicConfig(format='%(message)s', level=logging.DEBUG)
>
> I formulated in the reverse order of arguments, may that cause an
> unpredicted result?

No, you can pass keyword arguments in any order - that's what makes
them keyword, as opposed to positional, arguments.

Regards,

Vinay Sajip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to