string HeavyMethod() { CustomLog.LogError("Heavy method called!"); return("@@ heavy string from heavy method @@"); }
void OnEnable() { CustomLog.LogError("Error"); }