---
title: "init(logHandle:)"
framework: os
role: symbol
role_heading: Initializer
path: "os/ossignposter/init(loghandle:)"
---

# init(logHandle:)

Creates a signposter that uses the subsystem and category of an existing log.

## Declaration

```swift
init(logHandle: OSLog)
```

## Parameters

- `logHandle`: The log that provides a subsystem and category for the signposter to use. For more information, see doc://com.apple.os/documentation/os/OSLog.

## See Also

### Creating a Signposter

- [init()](os/ossignposter/init().md)
- [init(subsystem:category:)](os/ossignposter/init(subsystem:category:)-94xpb.md)
- [init(subsystem:category:)](os/ossignposter/init(subsystem:category:)-4vdri.md)
- [init(logger:)](os/ossignposter/init(logger:).md)
- [disabled](os/ossignposter/disabled.md)
