# ImportLog.ImportLogEntry

> Represents a log generated by an importer during the import process. Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.AssetImporters](/engine/6000.7/script-reference/unityeditor/assetimporters.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct ImportLog.ImportLogEntry
```

## Fields

| Value                                                                                                     | Description                                |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [file](/engine/6000.7/script-reference/unityeditor/assetimporters/importlog/importlogentry/file.md)       | The file in which the log occured.         |
| [flags](/engine/6000.7/script-reference/unityeditor/assetimporters/importlog/importlogentry/flags.md)     | The severity of the log entry.             |
| [line](/engine/6000.7/script-reference/unityeditor/assetimporters/importlog/importlogentry/line.md)       | The line of code at which the log occured. |
| [message](/engine/6000.7/script-reference/unityeditor/assetimporters/importlog/importlogentry/message.md) | The message of the log.                    |

## Properties

| Property                                                                                                  | Description                                     |
| --------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [context](/engine/6000.7/script-reference/unityeditor/assetimporters/importlog/importlogentry/context.md) | The object that caused the log to be generated. |
