| Home >> All >> com >> jcorporate >> expresso >> core >> [ logging Javadoc ] |
| | com.jcorporate.expresso.core.logging.tests.* (1) |
com.jcorporate.expresso.core.logging: Javadoc index of package com.jcorporate.expresso.core.logging.
Package Samples:
com.jcorporate.expresso.core.logging.tests
Classes:
LoggingSwitch: This class is specifically to allow optimization of the Expresso debug logging statements. By changing debugLogging to false, many java compilers will optimize out any statements that would only be executed if debugLogging equals true. The result is smaller, faster code for a production environment. Please note that not all logging will be turned off if debugLogging is set to false. Only debug tracing statements should be wrapped in: if(LoggingSwitch.debugLogging == true) { } Statements. Reporting of status and exceptional conditions should be left intect and controlled through other configuration ...
Log: Log is a generic logging facility that determines what logging mechanisms are available to it & logs a message to those mechanisms. The potential mechanisms are: An Database log, viewable as a web page A servlet log, location dependant on servlet engine Standard output (if all else fails!)
LogHandler: The LogHandler is an asynchronous version of logging - it accepts requests to log, then logs them "eventually" in a separate thread
ReportParserError: This class is needed for validating a log4j.dtd derived XML file.
LogException: Exception thrown when there is a problem with logging a message
LogManagerTests: Unit test case for LogManager
DBAppender: JDBC type appender for Log4j
HTMLLog: HTMLLog
| Home | Contact Us | Privacy Policy | Terms of Service |