public interface RuntimeLoggerFactory extends org.refcodes.factory.TypeFactory<RuntimeLogger>, org.refcodes.factory.LookupFactory<RuntimeLogger,String>
RuntimeLoggerFactory
defines the methods required to factor
RuntimeLogger
instances. You might also provide a static method with
the following signature in order to provide singleton functionality and avoid
to create too many unnecessary RuntimeLogger
instances:
public RuntimeLogger
getInstance() { ... }
Copyright © 2018. All rights reserved.