| Interface | Description |
|---|---|
| Logger |
Abstract mechanism for dealing with logs from various objects.
|
| Class | Description |
|---|---|
| AbstractLogger |
Abstract implementation of Logger providing most of the common framework.
|
| DefaultLogger |
Default logger implementation.
|
| Log4JLogger |
Logging implementation using log4j.
|
| LoggerFactory |
Factory to get logger instances.
|
| SLF4JLogger |
Logging Implementation using the SLF4J
logging facade.
|
| SunLogger |
Logging implementation using the sun logger.
|
| Enum | Description |
|---|---|
| Level |
Levels for logging.
|
Logging is performed through these logging abstractions that were pulled from another project and duplicated here to avoid a dependency (hence compat).
For more information on logging, see the logging page on the project wiki.
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.