Example #1
0
 public static void Warn(string msg = "")
 {
     LogHelpers.Log("!" + DebugHelpers.GetCurrentContext(2) + ((msg != "") ? " - " + msg: ""));
 }
Example #2
0
 public static void AlertOnce(string msg = "")
 {
     LogHelpers.LogOnce(DebugHelpers.GetCurrentContext(2) + ((msg != "") ? " - " + msg : ""));
 }