Class ImpExLogFilter

  • All Implemented Interfaces:
    HybrisLogFilter

    public class ImpExLogFilter
    extends java.lang.Object
    implements HybrisLogFilter
    The log filter of ImpEx which adds to each log the current location of the ImpEx reader. The extension method is also available to other classes than of the log system when they have registered a ImpExLogFilter.LocationProvider before.
    • Constructor Detail

      • ImpExLogFilter

        public ImpExLogFilter()
    • Method Detail

      • unregisterLocationProvider

        public void unregisterLocationProvider()
      • extendMessage

        public java.lang.String extendMessage​(java.lang.String message)
        Extends the given message by the ImpExLogFilter.LocationProvider provided at registration of current thread..
        Parameters:
        message - message to extend
        Returns:
        extended message