@Deprecated public interface LoggerFactory
By using this interface, a component can retrieve a Logger
instance to
leave logs in the container's logging context.
Also, some core components in hst-commons library cannot access to a specific logging
implementation like slf4j. For this reason, the components in hst-commons should get
instance from the container to leave a log message.
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.