I believe it sets the log4j error handler to be an instance of the OnlyOnceErrorHandler class.
Quoting the relevant JavaDoc page:
The OnlyOnceErrorHandler implements
log4j's default error handling policy
which consists of emitting a message
for the first error in an appender and
ignoring all following errors.
The error message is printed on
System.err.
This policy aims at protecting an
otherwise working application from
being flooded with error messages when
logging fails.