Skip to content

Commit fe854e6

Browse files
author
Sichan Yoo
committed
Make LogAgent conform to Sendable. This makes SwiftLogger Sendable.
1 parent 6a2772e commit fe854e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/Smithy/Logging/LogAgent.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0
66
//
77

8-
public protocol LogAgent {
8+
public protocol LogAgent: Sendable {
99
/// name of the struct or class where the logger was instantiated from
1010
var name: String { get }
1111

0 commit comments

Comments
 (0)