<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "OSLog",
  "identifier" : "/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "OSLog"
    ],
    "preciseIdentifier" : "c:@E@OSLogEntrySignpostType"
  },
  "title" : "OSLogEntrySignpost.SignpostType"
}
-->

# OSLogEntrySignpost.SignpostType

The available signpost types.

```
enum SignpostType
```

## Topics

### Enumeration Cases

[`case undefined`](/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum/undefined)

The signpost does not have a type.

[`case intervalBegin`](/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum/intervalBegin)

The signpost marks the start of a time interval.

[`case intervalEnd`](/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum/intervalEnd)

The signpost marks the end of a time interval.

[`case event`](/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum/event)

The signpost marks an event.

### Initializers

[`init?(rawValue: Int)`](/documentation/OSLog/OSLogEntrySignpost/SignpostType-swift.enum/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)