mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-12-24 06:58:51 +00:00
feat: 添加插件前缀获取
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
2968608c71
commit
910de84704
@ -75,6 +75,13 @@ public class Log {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 获得插件前缀
|
||||
*/
|
||||
public static String getPrefix() {
|
||||
return prefix;
|
||||
}
|
||||
|
||||
/**
|
||||
* Log an INFO message.
|
||||
* <p>
|
||||
|
Loading…
Reference in New Issue
Block a user