mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
Improve comments in LoggerConfig
This commit is contained in:
parent
091c86b007
commit
98e05f3bf4
@ -21,7 +21,8 @@ import net.mamoe.mirai.utils.MiraiExperimentalApi
|
||||
public class LoggerConfig : ReadOnlyPluginConfig("Logger") {
|
||||
@ValueDescription(
|
||||
"""
|
||||
日志输出等级 可选值: ALL, VERBOSE, DEBUG, INFO, WARNING, ERROR, NONE
|
||||
默认日志输出等级
|
||||
可选值: ALL, VERBOSE, DEBUG, INFO, WARNING, ERROR, NONE
|
||||
"""
|
||||
)
|
||||
public val defaultPriority: AbstractLoggerController.LogPriority by value(AbstractLoggerController.LogPriority.INFO)
|
||||
|
Loading…
Reference in New Issue
Block a user