# GetStackTraceLogType(LogType)

> This has the same functionality as Application.GetStackTraceLogType. At the moment, the Device Simulator doesn't support simulation of this method.

## Definition

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

```csharp
public static StackTraceLogType GetStackTraceLogType(LogType logType)
```

### Parameters

**** (\[LogType]\(/engine/6000.5/script-reference/unityengine/logtype)):&#x20;

### Returns

| Type                                                                                  | Description |
| ------------------------------------------------------------------------------------- | ----------- |
| [StackTraceLogType](/engine/6000.5/script-reference/unityengine/stacktracelogtype.md) |             |
