Class LogConfig


  • public final class LogConfig
    extends Object
    LogConfile is the unique point used to configure Log. Logas are configured using log4J. So you have to define the place to read the log4j config file.
    Author:
    pchretien
    • Constructor Detail

      • LogConfig

        public LogConfig​(String fileName)
        Constructor.
        Parameters:
        fileName - the log4J.xml fileName
    • Method Detail

      • getFileName

        public String getFileName()
        Returns:
        the log4J.xml fileName