mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
08.38.2007 d4c325aa498def8cab30360b605ca93e953a7333
opendj-sdk/opends/src/server/org/opends/server/loggers/LoggerErrorHandler.java
File was renamed from opendj-sdk/opends/src/server/org/opends/server/loggers/LogErrorHandler.java
@@ -27,13 +27,13 @@
package org.opends.server.loggers;
/**
 * A LoggingErrorHandler is used for notification of exceptions which
 * A LoggerErrorHandler is used for notification of exceptions which
 * occur during the publishing of a record.
 *
 * The advantage of using a handler is that we can handle exceptions
 * asynchronously (useful when dealing with an AsynchronousPublisher).
 */
public interface LogErrorHandler
public interface LoggerErrorHandler
{
  /**
   * Handle an exception which occurred during the publishing