| Package | Description |
|---|---|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
| org.modeshape.common.logging | |
| org.modeshape.common.logging.jdk | |
| org.modeshape.common.logging.log4j | |
| org.modeshape.common.logging.slf4j |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProblems.writeTo(Logger logger) |
void |
ImmutableProblems.writeTo(Logger logger) |
void |
Problems.writeTo(Logger logger)
Write the problems to the supplied logger.
|
void |
AbstractProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses) |
void |
ImmutableProblems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses) |
void |
Problems.writeTo(Logger logger,
Problem.Status firstStatus,
Problem.Status... additionalStatuses)
Write the problems to the supplied logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
RingBuffer.logger |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getLogger(Class<?> clazz)
Return a logger named corresponding to the class passed as parameter.
|
static Logger |
Logger.getLogger(String name)
Return a logger named according to the name parameter.
|
protected abstract Logger |
LogFactory.getLogger(String name)
Return a logger named according to the name parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
JdkLoggerFactory.getLogger(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
Log4jLoggerFactory.getLogger(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
SLF4JLoggerFactory.getLogger(String name) |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.