コード例 #1
0
 protected override void OnPrint(string str)
 {
     CurrentScript.Print(str, LogLevel.Info);
 }
コード例 #2
0
 public static void warn(params string[] text)
 {
     CurrentScript.Print(string.Join(" ", text), LogLevel.Warn);
 }