| org.mandarax.util.logging.LogCategories
All known Subclasses: test.org.mandarax.xkb.XKBTestCase, org.mandarax.jdbc.AbstractDriverImpl, test.org.mandarax.zkb.ZKBValidationTestCase, org.mandarax.jdbc.AbstractConnectionImpl, org.mandarax.jdbc.server.sql.SQLObject, org.mandarax.reference.SessionImpl, org.mandarax.kernel.AbstractClause, org.mandarax.sql.SQLFunction, org.mandarax.zkb.ZKBManager, org.mandarax.jdbc.server.ServerFacade, org.mandarax.xkb.framework.AbstractXMLAdapter, org.mandarax.sql.SQLPredicate, org.mandarax.reference.RobinsonsUnificationAlgorithm, org.mandarax.util.xmlser.LogExceptionListener, test.org.mandarax.zkb.ZKBTestCase, org.mandarax.zkb.framework.AbstractAdapter, org.mandarax.kernel.validation.SimpleValidator, org.mandarax.reference.DefaultLoopCheckingAlgorithm, org.mandarax.sql.SQLClauseIterator, org.mandarax.sql.SQLClauseSet, org.mandarax.jdbc.AbstractStatementImpl, test.org.mandarax.lib.date.DateTestCase, test.org.mandarax.comparators.ComparatorTest, org.mandarax.reference.AbstractResolutionInferenceEngine, org.mandarax.jdbc.server.KnowledgeBaseServer, test.org.mandarax.reference.TestCut, test.org.mandarax.reference.MandaraxTestCase, org.mandarax.jdbc.server.AbstractKnowledgeBaseFactory, test.org.mandarax.xkb.TestData, org.mandarax.jdbc.server.JDBC2KBUtils, test.org.mandarax.zkb.TestData, org.mandarax.reference.AbstractKnowledgeBase, org.mandarax.jdbc.JDBCUtils, org.mandarax.reference.DerivationNodeImpl,
LogCategories | public interface LogCategories (Code) | | Log categories are defined here. Categories are defined by using the abstract Logger interface
in the util package. Implementation use a certain logging frameworks such as apache log4j or
jdk (1.4 and later) logging.
For more information on log4j click here.
See Also: org.mandarax.util.Logger See Also: org.mandarax.util.LoggerFactory author: Jens Dietrich version: 3.4 <7 March 05> since: 1.1 |
LOG_IE_LOOPCHECK | final public static Logger LOG_IE_LOOPCHECK(Code) | | |
LOG_IE_UNIFICATION | final public static Logger LOG_IE_UNIFICATION(Code) | | |
LOG_VALIDATION | final public static Logger LOG_VALIDATION(Code) | | |
|
|