Class LogFactory

java.lang.Object
com.epam.common.logging.LogFactory

public class LogFactory extends Object
The log factory implementation. Provides functionality for create and configure SLF4H or Common Logging instance, if no one is exists, the DefaultLog implementation is used instead.
  • Method Details

    • getLog

      public static Log getLog(Class aClass)
      Gets log instance.
      Parameters:
      aClass - the class
    • getLog

      public static Log getLog(String name)
      Gets log instance.
      Parameters:
      name - the logical name of the Log instance