JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mongodb.morphia.logging
Interface LoggerFactory
All Known Subinterfaces:
LogrFactory
All Known Implementing Classes:
JDKLoggerFactory
public interface
LoggerFactory
A generic logger factory interface used internally by Morphia. At runtime the actual implementation used is chosen to match which logging framework (e.g., java.util.logging vs slf4j) is used in the application.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Logger
get
(
Class
<?> c)
Gets or creates a Logger for the given class.
Method Detail
get
Logger
get(
Class
<?> c)
Gets or creates a Logger for the given class.
Parameters:
c
- the class to use for naming
Returns:
the Logger
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method