| Package | Description |
|---|---|
| com.djrapitops.plugin.api.utility.log |
| Modifier and Type | Method and Description |
|---|---|
DebugInfo |
DebugInfo.addEmptyLine() |
DebugInfo |
DebugInfo.addLine(String line) |
DebugInfo |
DebugInfo.addLine(String line,
long time) |
DebugInfo |
DebugInfo.addLines(Collection<String> lines) |
static DebugInfo |
DebugLog.getDebug(String task)
Used for logging larger debug complexes.
|
static DebugInfo |
DebugLog.logDebug(String task,
String... messages)
Used for logging larger debug complexes.
|
static DebugInfo |
DebugLog.logDebug(String task,
String message)
Used for logging larger debug complexes.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DebugInfo> |
DebugLog.getAllDebugInfo() |
static Map<String,DebugInfo> |
DebugLog.getAllDebugInfo(Class callingPlugin) |
Copyright © 2018. All rights reserved.