| Package | Description |
|---|---|
| com.atlassian.clover |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogger |
class |
JDKLogger |
static class |
Logger.NullLogger |
class |
SLF4JLogger |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.getInstance() |
static Logger |
Logger.getInstance(String category) |
Logger |
Logger.Factory.getLoggerInstance(String category) |
Logger |
SLF4JLogger.Factory.getLoggerInstance(String category) |
Logger |
JDKLogger.Factory.getLoggerInstance(String category) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Logger.setInstance(Logger instance)
If set, this instance will be returned by all requests made to getInstance,
overriding the factory implementation and thereby providing backward
compatibility.
|
Copyright © 2023 OpenClover.org. All rights reserved.