<!--
{
  "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

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

The signpost does not have a type.

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

The signpost marks the start of a time interval.

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

The signpost marks the end of a time interval.

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

The signpost marks an event.



---

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)