Class MonitorFrameworkMessages

java.lang.Object
oracle.communication.brm.charging.util.errors.ChargingMessages
oracle.communication.brm.charging.monitor.framework.MonitorFrameworkMessages

public final class MonitorFrameworkMessages extends oracle.communication.brm.charging.util.errors.ChargingMessages
Messages class for monitor framework Message id range: 31200-31299
  • Field Details

  • Method Details

    • getLogger

      public static org.apache.logging.log4j.Logger getLogger()
      return the default component root logger
      Returns:
      component root logger
    • formatMessage

      public static String formatMessage(String messageKey)
      Create a formatted message by substituting messages parameters with the message argument
      Parameters:
      messageKey - key of the message to format
      Returns:
      a formatted message
    • formatMessage

      public static String formatMessage(String messageKey, Object[] messageArguments)
      Create a formatted message by substituting messages parameters with the message argument
      Parameters:
      messageKey - key of the message to format
      messageArguments - object argument to substitute in the message
      Returns:
      a formatted message