| Carbon Core Logging | |
| |
Carbon uses Apache-commons logging service to log errors and exceptions.
The commons logging mechanism provides flexibility to use any of the available
logging implementations namely, Log4j, JDK logging, LogKit from apache,
NoOpLog (swallowing all output) and SimpleLog (simply writing to file). Please
follow the instructions in the usage document to confiugre and use any of the
above implementations for logging purposes for your application.
|
|