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.-
ClassesClassDescriptionThis class implements
Loggerinterface with the goal of performing the actual logging asynchronously on an efs dispatcher thread.Utility class for creatingAsyncLoggerinstances for a given class or name.