com.ibm.commerce.payments.plugin.loc.util

Class LOCPluginInitializer

  • java.lang.Object
    • com.ibm.commerce.payments.plugin.loc.util.LOCPluginInitializer


  • public class LOCPluginInitializer
    extends java.lang.Object
    This class is used to initialize the logger of LOCPlugin.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String LOGGER
      The WebSphere Application Server logger name of LOCPlugin.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void init()
      This method should be called in the create method of the LOCPlugin bean to guarantee that the logger has been correctly initialized.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        public static final java.lang.String LOGGER
        The WebSphere Application Server logger name of LOCPlugin.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LOCPluginInitializer

        public LOCPluginInitializer()
    • Method Detail

      • init

        public static final void init()
        This method should be called in the create method of the LOCPlugin bean to guarantee that the logger has been correctly initialized.