Package valorless.valorlessutils
Class ValorlessUtils.Log
java.lang.Object
valorless.valorlessutils.ValorlessUtils.Log
- Enclosing class:
ValorlessUtils
@MarkedForRemoval("Replaced by valorless.valorlessutils.logging.Log")
@Deprecated
public static class ValorlessUtils.Log
extends Object
Deprecated.
Logging utility methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.static voidDeprecated.static voidDeprecated.static voidDeprecated.
-
Constructor Details
-
Log
public Log()Deprecated.
-
-
Method Details
-
Info
@MarkedForRemoval("Replaced by valorless.valorlessutils.logging.Log.info()") @Deprecated public static void Info(org.bukkit.plugin.java.JavaPlugin caller, String msg) Deprecated.Logs an informational message.- Parameters:
caller- Plugin sending the log.msg- Message to log.
-
Warning
@MarkedForRemoval("Replaced by valorless.valorlessutils.logging.Log.warning()") @Deprecated public static void Warning(org.bukkit.plugin.java.JavaPlugin caller, String msg) Deprecated.Logs a warning message.- Parameters:
caller- Plugin sending the log.msg- Message to log.
-
Error
@MarkedForRemoval("Replaced by valorless.valorlessutils.logging.Log.error()") @Deprecated public static void Error(org.bukkit.plugin.java.JavaPlugin caller, String msg) Deprecated.Logs an error message.- Parameters:
caller- Plugin sending the log.msg- Message to log.
-
Debug
@MarkedForRemoval("Replaced by valorless.valorlessutils.logging.Log.debug()") @Deprecated public static void Debug(org.bukkit.plugin.java.JavaPlugin caller, String msg) Deprecated.Logs a debug message if debug mode is enabled.- Parameters:
caller- Plugin sending the log.msg- Debug message to log.
-
Log.