Class LoggerUtility
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.util.LoggerUtility
-
public class LoggerUtility extends java.lang.ObjectClass Logger is the utility class which logs the exceptions or messages.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.logging.log4j.MarkerCONSOLEstatic org.apache.logging.log4j.MarkerConsoleWithExceptionstatic org.apache.logging.log4j.MarkerConsoleWithLogstatic org.apache.logging.log4j.MarkerConsoleWithMapICDExceptionstatic org.apache.logging.log4j.MarkerDISBExceptionstatic org.apache.logging.log4j.MarkerExceptionstatic org.apache.logging.log4j.MarkerLogstatic org.apache.logging.log4j.MarkerMapICDException
-
Constructor Summary
Constructors Constructor Description LoggerUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcreateErrorMessage(java.lang.Exception exception)Create user defined message structure from Exception.
-
-
-
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
-
-