类 LoggerManager
java.lang.Object
top.redstarmc.plugin.velocitytitle.core.api.AbstractLoggerManager
top.redstarmc.plugin.velocitytitle.velocity.manager.LoggerManager
日志管理器
提供了日志相关的操作代码,以免重复编写发送日志的操作。
提供了日志相关的操作代码,以免重复编写发送日志的操作。
-
字段概要
从类继承的字段 top.redstarmc.plugin.velocitytitle.core.api.AbstractLoggerManager
debugMode, INFO_PREFIX -
构造器概要
构造器构造器说明LoggerManager(String INFO_PREFIX, boolean debugMode, com.velocitypowered.api.command.CommandSource console) -
方法概要
从类继承的方法 top.redstarmc.plugin.velocitytitle.core.api.AbstractLoggerManager
crash, debug, debug, debug, debugDataBase, error, info, info, isDebugMode, warn
-
构造器详细资料
-
LoggerManager
public LoggerManager(String INFO_PREFIX, boolean debugMode, com.velocitypowered.api.command.CommandSource console)
-
-
方法详细资料
-
sendMessage
向控制台打印的方法
- 指定者:
sendMessage在类中AbstractLoggerManager- 参数:
msg- 内容
-