Class LogManagerFactory


  • public class LogManagerFactory
    extends java.lang.Object
    A factory class to load the appropriate implementation of Logger API as specified by properties.
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Field Detail

      • DEFAULT_PACKAGE_NAME

        public static final java.lang.String DEFAULT_PACKAGE_NAME
        The default package where all the implementations reside.
        See Also:
        Constant Field Values
      • mSingletonInstance

        private static LogManager mSingletonInstance
        Holds a singleton instance that is populated via the loadSingletonInstance() method.
    • Constructor Detail

      • LogManagerFactory

        public LogManagerFactory()