In short, is the standard library Logger class in Ruby thread-safe? Only useful info Google turned up was someone on a forum saying it "seems" thread-safe. And I don't feel like spending time testing a logger to try to figure out if it is or not.
For the time being I'm using log4r which is thread-safe, but it's overkill if the standard library already does it.