Class LogHandler<T>

java.lang.Object
eu.europa.esig.dss.alert.handler.LogHandler<T>
All Implemented Interfaces:
AlertHandler<T>

public class LogHandler<T>
extends Object
implements AlertHandler<T>
Implementation of AlertHandler which logs the object with the specified Level
  • Constructor Details

  • Method Details

    • process

      public void process​(T object)
      Description copied from interface: AlertHandler
      Alert user after some change or problem has been detected
      Specified by:
      process in interface AlertHandler<T>
      Parameters:
      object - to execute the alert on