Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     QLog.Sample("QLog.Sample");
     QLog.Log("QLog.Log");
     QLog.LogEditor("QLog.LogEditor");
     QLog.LogError("QLog.LogError");
     QLog.LogErrorEditor("QLog.LogErrorEditor");
     QLog.LogWarning("QLog.LogWarning");
     QLog.LogWarningEditor("QLog.LogWarningEditor");
 }