“Einheitsprotokoll” Code-Antworten

Einheitsprotokoll

// To print in the console use "Debug.Log()"
Debug.Log("Text");
SkelliBoi

Debug.log Einheit

Debug.Log("Hello, World");
Comfortable Caterpillar

Einheitsprotokoll

using UnityEngine;
using System.Collections;

public class MyGameClass : MonoBehaviour
{
    void Start()
    {
       	Debug.Log("Logging Message to Console");
    	Debug.LogWarning("Logging Warning to Console");
        Debug.LogError("Logging Error to Console");
    }
}
ALeonidou

Ähnliche Antworten wie “Einheitsprotokoll”

Fragen ähnlich wie “Einheitsprotokoll”

Weitere verwandte Antworten zu “Einheitsprotokoll” auf C#

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen