[DOCS] Added Javadocs to ESLogger and ESLoggerFactory
This commit is contained in:
parent
30d8467775
commit
6a82d59cb8
|
@ -20,7 +20,7 @@
|
||||||
package org.elasticsearch.common.logging;
|
package org.elasticsearch.common.logging;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Contract for all elasticsearch loggers.
|
||||||
*/
|
*/
|
||||||
public interface ESLogger {
|
public interface ESLogger {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory;
|
||||||
import org.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory;
|
import org.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Factory to get {@link ESLogger}s
|
||||||
*/
|
*/
|
||||||
public abstract class ESLoggerFactory {
|
public abstract class ESLoggerFactory {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue