BeansLogger object instead
or BeansLib inherited methods.@ApiStatus.ScheduledForRemoval(inVersion="1.4") @Deprecated public class LogUtils extends Object
| Constructor and Description |
|---|
LogUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doLog(org.bukkit.command.CommandSender sender,
String... lines)
Deprecated.
Sends requested information to the console.
|
void |
doLog(String... lines)
Deprecated.
Sends requested information to the console.
|
void |
playerLog(org.bukkit.entity.Player player,
String... lines)
Deprecated.
Sends requested information for a
Player. |
void |
rawLog(String... lines)
Deprecated.
Sends requested information using
Bukkit.getLogger() to the console. |
public void playerLog(org.bukkit.entity.Player player,
String... lines)
Player.player - a valid online playerlines - the information to sendpublic void rawLog(String... lines)
Bukkit.getLogger() to the console.lines - the information to sendpublic void doLog(org.bukkit.command.CommandSender sender,
String... lines)
sender - a valid sender, can be the console or a playerlines - the information to sendpublic void doLog(String... lines)
lines - the information to sendCopyright © 2023. All rights reserved.