# BuildStepMessage

> Contains information about a single log message recorded during the build process.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Build.Reporting](/engine/6000.5/script-reference/unityeditor/build/reporting.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct BuildStepMessage
```

## Remarks

Additional Resources: [\_messages](/engine/6000.5/script-reference/unityeditor/build/reporting/buildstep/messages.md)

## Properties

| Property                                                                                           | Description                                                                               |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [content](/engine/6000.5/script-reference/unityeditor/build/reporting/buildstepmessage/content.md) | The text content of the log message.                                                      |
| [type](/engine/6000.5/script-reference/unityeditor/build/reporting/buildstepmessage/type.md)       | The [LogType](/engine/6000.5/script-reference/unityengine/logtype.md) of the log message. |
