This library provides a wrapper over the slf4j-log4j12
logging
implementation for use in TwitterServer
along with the appropriate SLF4J bridges
for other logging implementations.
Users MUST provide a compatible version of the Log4j 1.2 logging implementation.
Depending on this library will install a logging handler on the HTTP admin interface
which allows users to dynamically change org.apache.log4j.Logger
log levels.
For more information see the TwitterServer
user guide section on Logging