com.cosylab.epics.caj.util.logging.LoggerProvider Maven / Gradle / Ivy
/*
* Copyright (c) 2004 by Cosylab
*
* The full license specifying the redistribution, modification, usage and other
* rights and obligations is included with the distribution of this project in
* the file "LICENSE-CAJ". If the license is not included visit Cosylab web site,
* .
*
* THIS SOFTWARE IS PROVIDED AS-IS WITHOUT WARRANTY OF ANY KIND, NOT EVEN THE
* IMPLIED WARRANTY OF MERCHANTABILITY. THE AUTHOR OF THIS SOFTWARE, ASSUMES
* _NO_ RESPONSIBILITY FOR ANY CONSEQUENCE RESULTING FROM THE USE, MODIFICATION,
* OR REDISTRIBUTION OF THIS SOFTWARE.
*/
package com.cosylab.epics.caj.util.logging;
import java.util.logging.Logger;
/**
* Interface defininf an instance providing a Java Logger API Logger
instance.
* @author Matej Sekoranja
* @version $id$
*/
public interface LoggerProvider {
/**
* Get Java Logger API Logger
instance.
* @return Logger
instance.
*/
public Logger getLogger();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy