public static void ShowNotification2(this EditorWindow self, params object[] args) { self.ShowNotification(LogCat.GetLogString(args).ToGUIContent()); }