com.adobe.granite.crx2oak.logging.SimpleLoggingFacade4JProvider Maven / Gradle / Ivy
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2016 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
package com.adobe.granite.crx2oak.logging;
import org.slf4j.ILoggerFactory;
/**
* The interface for CRX2Oak for getting slf4j static class instances for operational purposes.
* Normal class loggers can be initialized without applying this interface.
*/
public interface SimpleLoggingFacade4JProvider {
/**
* Return in non static way what the {@linkplain org.slf4j.LoggerFactory#getILoggerFactory()} method returns.
*
* @see org.slf4j.LoggerFactory#getILoggerFactory()
* @return an instance of LoggerFactory
*/
ILoggerFactory getLoggerFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy