<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "os",
  "identifier" : "/documentation/os/OSLog/Category",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "os"
    ],
    "preciseIdentifier" : "s:So9OS_os_logC0B0E8CategoryV"
  },
  "title" : "OSLog.Category"
}
-->

# OSLog.Category

System-defined categories that identify well-known parts of your app.

```
struct Category
```

## Topics

### Logging Signposts

[`pointsOfInterest`](/documentation/os/OSLog/Category/pointsOfInterest)

The category you use to log signposts.

[`dynamicStackTracing`](/documentation/os/OSLog/Category/dynamicStackTracing)

The category for dynamic stack tracing.

[`dynamicTracing`](/documentation/os/OSLog/Category/dynamicTracing)

The category for dynamic tracing.

### Inspecting Log Categories

[`rawValue`](/documentation/os/OSLog/Category/rawValue)

A string that uniquely identifies a logging category.



---

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)