---
title: AMLogLevel
framework: automator
role: symbol
role_heading: Enumeration
path: automator/amloglevel
---

# AMLogLevel

Logging levels that Automator supports.

## Declaration

```swift
enum AMLogLevel
```

## Topics

### Constants

- [AMLogLevel.debug](automator/amloglevel/debug.md)
- [AMLogLevel.info](automator/amloglevel/info.md)
- [AMLogLevel.warn](automator/amloglevel/warn.md)
- [AMLogLevel.error](automator/amloglevel/error.md)

### Initializers

- [init(rawValue:)](automator/amloglevel/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
