Implementation of org.apache.commons.logging.Log
that wraps the avalon-logkit
logging system. Configuration of LogKit is left to the user.
LogKit accepts only String messages.
Therefore, this implementation converts object messages into strings
by called their toString() method before logging them.
Implementation of
org.apache.commons.logging.Logthat wraps the avalon-logkit logging system. Configuration ofLogKitis left to the user.LogKitaccepts onlyStringmessages. Therefore, this implementation converts object messages into strings by called theirtoString()method before logging them.