# print(object)

> Logs message to the Unity Console (identical to Debug.Log ).

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

## print(Object)

```csharp
public static void print(object message)
```

### Parameters

**** (\[Object]\(https\://learn.microsoft.com/dotnet/api/system.object)):&#x20;

### Remarks

Additional Resources: [Debug.Log](/engine/6000.0/script-reference/unityengine/debug/log.md), [Debug.LogWarning](/engine/6000.0/script-reference/unityengine/debug/logwarning.md), [Debug.LogError](/engine/6000.0/script-reference/unityengine/debug/logerror.md).
