Package org.efs.logging


package org.efs.logging
This package extends slf4j package with an asynchronous logger. This slf4j logger performs actual logging on an efs dispatcher thread rather than in-line with the application code. See AsyncLogger for a detailed explanation on how to create and use this logger.
  • Classes
    Class
    Description
    This class implements Logger interface with the goal of performing the actual logging asynchronously on an efs dispatcher thread.
    Utility class for creating AsyncLogger instances for a given class or name.