| Constructor and Description |
|---|
DebugLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearDebug(String task) |
static Map<String,DebugInfo> |
getAllDebugInfo() |
static Map<String,DebugInfo> |
getAllDebugInfo(Class callingPlugin) |
static DebugInfo |
getDebug(String task)
Used for logging larger debug complexes.
|
static void |
logDebug(String task)
Logs the full debug complex to the debug log.
|
static void |
logDebug(String task,
long time)
Logs the full debug complex to the debug log with an execution time.
|
static DebugInfo |
logDebug(String task,
String... messages)
Used for logging larger debug complexes.
|
static DebugInfo |
logDebug(String task,
String message)
Used for logging larger debug complexes.
|
static void |
pluginDisabled(Class plugin) |
public static DebugInfo logDebug(String task, String message)
task - complex this debug message is a part of.message - Single message to add to the debug log.public static DebugInfo logDebug(String task, String... messages)
task - complex this debug message is a part of.messages - All messages to add to the debug log.public static DebugInfo getDebug(String task)
task - complex to getpublic static void logDebug(String task)
task - complex to log.public static void logDebug(String task, long time)
task - complex to log.time - execution time.public static void clearDebug(String task)
public static void pluginDisabled(Class plugin)
Copyright © 2018. All rights reserved.