Class RuntimeLoggerFactorySingleton

    • Constructor Detail

      • RuntimeLoggerFactorySingleton

        protected RuntimeLoggerFactorySingleton​()
        Instantiates a new runtime logger factory singleton.
    • Method Detail

      • createRuntimeLogger

        public static RuntimeLogger createRuntimeLogger​()
        Convenience method actually delegating the call to the instance returned by getInstance(). See also TypeFactory.createInstance().
        Returns:
        the runtime logger
      • createRuntimeLogger

        public static RuntimeLogger createRuntimeLogger​(java.util.Map<java.lang.String,java.lang.String> aProperties)
        Convenience method actually delegating the call to the instance returned by getInstance(). See also TypeFactory.createInstance(Map).
        Parameters:
        aProperties - the properties
        Returns:
        the runtime logger
      • createRuntimeLogger

        public static RuntimeLogger createRuntimeLogger​(java.lang.String aIdentifier)
        Convenience method actually delegating the call to the instance returned by getInstance(). See also TypeFactory.createInstance(Map).
        Parameters:
        aIdentifier - the identifier
        Returns:
        the runtime logger
      • createRuntimeLogger

        public RuntimeLogger createRuntimeLogger​(java.lang.String aIdentifier,
                                                 java.util.Map<java.lang.String,java.lang.String> aProperties)
        Convenience method actually delegating the call to the instance returned by getInstance(). See also LookupFactory.createInstance(Object, Map).
        Parameters:
        aIdentifier - the identifier
        aProperties - the properties
        Returns:
        the runtime logger