|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.modeshape.clustering | |
| org.modeshape.common.util | A set of miscellaneous utilities. |
| org.modeshape.connector.store.jpa | The classes that make up the connector that stores content in a relational database via JDBC and JPA. |
| org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
| org.modeshape.graph.mimetype | This package defines an interface for the MIME type detector, which represents a component
that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. |
| org.modeshape.graph.request.processor | This portion of the ModeShape Graph API defines the processor for requests. |
| org.modeshape.jcr | The ModeShape implementation of the JCR API. |
| org.modeshape.repository | The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. |
| Uses of Logger in org.modeshape.clustering |
|---|
| Fields in org.modeshape.clustering declared as Logger | |
|---|---|
protected static Logger |
ClusteredObservationBus.LOGGER
|
| Uses of Logger in org.modeshape.common.util |
|---|
| Methods in org.modeshape.common.util that return Logger | |
|---|---|
static Logger |
Logger.getLogger(Class<?> clazz)
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory
instance. |
static Logger |
Logger.getLogger(String name)
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance. |
| Uses of Logger in org.modeshape.connector.store.jpa |
|---|
| Methods in org.modeshape.connector.store.jpa that return Logger | |
|---|---|
protected Logger |
JpaSource.getLogger()
|
| Uses of Logger in org.modeshape.graph |
|---|
| Methods in org.modeshape.graph that return Logger | |
|---|---|
Logger |
ExecutionContext.getLogger(Class<?> clazz)
Return a logger associated with this context. |
Logger |
ExecutionContext.getLogger(String name)
Return a logger associated with this context. |
| Uses of Logger in org.modeshape.graph.mimetype |
|---|
| Methods in org.modeshape.graph.mimetype that return Logger | |
|---|---|
Logger |
MimeTypeDetectors.getLogger()
Gets the logger for this system |
| Methods in org.modeshape.graph.mimetype with parameters of type Logger | |
|---|---|
void |
MimeTypeDetectors.setLogger(Logger logger)
Sets the logger for this system. |
| Uses of Logger in org.modeshape.graph.request.processor |
|---|
| Constructors in org.modeshape.graph.request.processor with parameters of type Logger | |
|---|---|
LoggingRequestProcessor(RequestProcessor delegate,
Logger logger,
Logger.Level level)
|
|
| Uses of Logger in org.modeshape.jcr |
|---|
| Fields in org.modeshape.jcr declared as Logger | |
|---|---|
protected static Logger |
JndiRepositoryFactory.log
|
| Uses of Logger in org.modeshape.repository |
|---|
| Fields in org.modeshape.repository declared as Logger | |
|---|---|
protected static Logger |
ModeShapeEngine.LOGGER
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||