# LogFormat(LogType, string, params object[])

> Logs a formatted message.

## Definition

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

## LogFormat(LogType, string, Object\[])

```csharp
void LogFormat(LogType logType, string format, params object[] args)
```

### Parameters

**** (\[LogType]\(/engine/6000.7/script-reference/unityengine/logtype)): **** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): **** (\[Object\[]]\(https\://learn.microsoft.com/dotnet/api/system.object)):&#x20;

### Remarks

Additional Resources: [Logger.LogFormat](/engine/6000.7/script-reference/unityengine/logger/logformat.md).
