Class LoggerUtility


  • public class LoggerUtility
    extends java.lang.Object
    Class Logger is the utility class which logs the exceptions or messages.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerUtility()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String createErrorMessage​(java.lang.Exception exception)
      Create user defined message structure from Exception.
      • Methods inherited from class java.lang.Object

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

      • CONSOLE

        public static final org.apache.logging.log4j.Marker CONSOLE
      • Log

        public static final org.apache.logging.log4j.Marker Log
      • ConsoleWithLog

        public static final org.apache.logging.log4j.Marker ConsoleWithLog
      • ConsoleWithException

        public static final org.apache.logging.log4j.Marker ConsoleWithException
      • Exception

        public static final org.apache.logging.log4j.Marker Exception
      • DISBException

        public static final org.apache.logging.log4j.Marker DISBException
      • MapICDException

        public static final org.apache.logging.log4j.Marker MapICDException
      • ConsoleWithMapICDException

        public static final org.apache.logging.log4j.Marker ConsoleWithMapICDException
    • Constructor Detail

      • LoggerUtility

        public LoggerUtility()
    • Method Detail

      • createErrorMessage

        public static java.lang.String createErrorMessage​(java.lang.Exception exception)
        Create user defined message structure from Exception.
        Parameters:
        exception - String value representing error message