> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.kspathutils/ks.unity.editor.kspathutils.loggingflags.md).

# Enum ksPathUtils.LoggingFlags

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Types of log messages to log.

```csharp
public enum ksPathUtils.LoggingFlags : byte
```

## Fields

`ACTIONS = 8`

Log file system actions.

`ALL = 255`

Log all message types.

`EXCEPTIONS = 1`

Log exceptions.

`MISSING = 2`

Log missing files.

`NONE = 0`

No logging.

`NOT_EMPTY = 4`

Log failures caused by non-empty targets (didn't delete a directory because it wasn't empty, didn't move a file because the destination would be overwritten, etc).
