Package com.aquima.interactions.foundation.logging


package com.aquima.interactions.foundation.logging
The logging package defines a platform independent interface to platform specific log API's.

Usage examples

  • Class
    Description
    This is the standard log factory wich results in only logging to standard out, for overriding this one can call the static method LogFactory.registerLogFactory or add the JVM option as described in the LogFactory class.
    Default logger that uses the standard output to print messages to.
    Interface for creating a 'custom' logfactory.
    Use LogFactory to get a Logger that is defined on the command line For example start your jvm using: -Daquima-log-factory=com.aquima.interactions.foundation.logging.java.Slf4jFactory to use the slf4j logger.
    This logger interface is used to post messages to the underlying logger tool, custom logFactories can be created to customize and target the log messages.
    LogFactory implementation that does not do any logging
    Logger implementation that does not do any logging