java.lang.Object
org.elasticsearch.logging.LogManager
A Manager of
Loggers
. This class consists of factory methods for creating and retrieving Loggers.-
Method Summary
-
Method Details
-
getLogger
Returns a Logger with the specified name.- Parameters:
name
- The logger name.- Returns:
- The Logger.
-
getLogger
Returns a Logger using the fully qualified name of the Class as the Logger name.- Parameters:
clazz
- The Class whose name should be used as the Logger name.- Returns:
- The Logger.
-