The Carbon Java Framework  

Logging with Apache Commons Logging

Carbon Core Logging

Printer Friendly Version

Overview

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.


Copyright © 2001-2003, Sapient Corporation