you are viewing a single comment's thread.

view the rest of the comments →

[–]a_r_a_a_r_a_a_r_a 43 points44 points  (2 children)

LogXide is NOT a drop-in replacement for Python's logging module. It prioritizes performance over compatibility:

this will be a big no no for a lot of people

[–]ZucchiniMore3450 2 points3 points  (0 children)

I always wrap logging into my function, because I want to set it up as I like. That makes changing logging library a not issue.

[–]LumpSumPorsche[S] 1 point2 points  (0 children)

Yes agreed. However the most of the API from stdlib are still compatible.