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