feat: 添加插件前缀获取

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-08-25 00:37:28 +08:00
parent 2968608c71
commit 910de84704
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@ public class Log {
}
}
/**
* @return
*/
public static String getPrefix() {
return prefix;
}
/**
* Log an INFO message.
* <p>